Add support for binary serialization and deserialization in Uima AS -------------------------------------------------------------------
Key: UIMA-1196 URL: https://issues.apache.org/jira/browse/UIMA-1196 Project: UIMA Issue Type: Bug Components: Async Scaleout Reporter: Jerry Cwiklik Uima AS needs faster serialization and deserialization logic for CASes destined for remote delegates. XMI serialization introduces a significant overhead. Modify Uima AS Serializer to use existing binary Serializer and Deserializer from Uima Core. Modify code that creates outbound jms messages to carry binary cargo instead of a String. Modify inbound code to recognize binary cargo and deserialize CAS using binary serialization. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.