You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Eik Kristensen (Commented) (JIRA)" <de...@uima.apache.org> on 2011/10/22 17:49:32 UTC

[jira] [Commented] (UIMA-30) Binary CAS Serialization is not documented

    [ https://issues.apache.org/jira/browse/UIMA-30?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13133418#comment-13133418 ] 

Eik Kristensen commented on UIMA-30:
------------------------------------

Is this still a problem?
                
> 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
>            Priority: Minor
>
> (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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira