[ 
https://issues.apache.org/jira/browse/UIMA-30?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marshall Schor closed UIMA-30.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.4.1SDK
         Assignee: Marshall Schor

Documentation has been added to the main docs for this, and the Javadocs have 
been augmented in the 2.4.1 SDK version.
                
> Binary CAS Serialization is not documented
> ------------------------------------------
>
>                 Key: UIMA-30
>                 URL: https://issues.apache.org/jira/browse/UIMA-30
>             Project: UIMA
>          Issue Type: Bug
>          Components: Core Java Framework, Documentation
>            Reporter: Adam Lally
>            Assignee: Marshall Schor
>            Priority: Minor
>             Fix For: 2.4.1SDK
>
>
> (Issue reported on SourceForge by Greg Holmberg)
> Class com.ibm.uima.cas.impl.Serialization is not
> documented in the JavaDoc.
> Since class CAS doesn't implement Serializable,
> Serialization is the only way to (efficiently)
> transport a CAS Java process to Java process (via RMI
> or Jini).
> Also, Serialization seems to be missing a method.
> There is a "CASSerializer serializeCAS(CAS)" method
> but no way to deserialize it. There is a pair that
> works on Streams, but there is no "void
> deserializeCAS(CAS, CASSerializer)" method.
> Secondly, the method serializeCASComplete() takes a
> CASMgr, which is also undocumented. Perhaps this
> should be modified to take a CAS instead of a CASMgr?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to