[
https://issues.apache.org/jira/browse/UIMA-4685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15018059#comment-15018059
]
Peter Klügl commented on UIMA-4685:
-----------------------------------
Ahh... I have to take a look...
My first guess would be something like
String format = CasIOUtil.deserialize(CAS cas, InputStream in)
CasIOUtil.serialize(CAS cas, OutputStream out, String format)
The CAS Editor would need to remember the actual format of the file...
> Support different CAS serializations in CAS Editor
> --------------------------------------------------
>
> Key: UIMA-4685
> URL: https://issues.apache.org/jira/browse/UIMA-4685
> Project: UIMA
> Issue Type: New Feature
> Components: CasEditor
> Affects Versions: 2.8.1SDK
> Reporter: Peter Klügl
> Attachments: caseditor.csv
>
>
> Support different CAS serializations in CAS Editor. Some recent profiling
> revealed that, when opening a 35MB xmiCAS, the CAS Editor spends about 70% of
> its time for deserializing.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)