Uses of Class
org.apache.uima.cas.impl.XmiSerializationSharedData
-
Packages that use XmiSerializationSharedData Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of XmiSerializationSharedData in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as XmiSerializationSharedData Modifier and Type Field Description XmiSerializationSharedDataCasSerializerSupport.CasDocSerializer. sharedDatafor Delta serialization, holds the info gathered from deserialization needed for delta serialization and for handling out-of-type-system data for both plain and delta serializationMethods in org.apache.uima.cas.impl with parameters of type XmiSerializationSharedData Modifier and Type Method Description voidListUtils. anyListToOutput(int curNode, XmiSerializationSharedData sharedData, CasSerializerSupport.CasDocSerializer cds, org.apache.uima.cas.impl.ListUtils.ListOutput out)Go thru a list, calling the ListOutput append method to append strings (to arrays, or string buffers) Stop at the end node, or a null, or a loop (no error reported here)String[]ListUtils. anyListToStringArray(int curNode, XmiSerializationSharedData sharedData)List<String>ListUtils. anyListToStringList(int curNode, XmiSerializationSharedData sharedData, CasSerializerSupport.CasDocSerializer cds)static voidXmiCasDeserializer. deserialize(InputStream aStream, CAS aCAS, boolean aLenient, XmiSerializationSharedData aSharedData)Deserializes a CAS from XMI.static voidXmiCasDeserializer. deserialize(InputStream aStream, CAS aCAS, boolean aLenient, XmiSerializationSharedData aSharedData, int aMergePoint)Deserializes a CAS from XMI.static voidXmiCasDeserializer. deserialize(InputStream aStream, CAS aCAS, boolean aLenient, XmiSerializationSharedData aSharedData, int aMergePoint, AllowPreexistingFS allowPreexistingFS)Deserializes a CAS from XMI.DefaultHandlerXmiCasDeserializer. getXmiCasHandler(CAS cas, boolean lenient, XmiSerializationSharedData sharedData)Create a default handler for deserializing a CAS from XMI.DefaultHandlerXmiCasDeserializer. getXmiCasHandler(CAS cas, boolean lenient, XmiSerializationSharedData sharedData, int mergePoint)Create a default handler for deserializing a CAS from XMI.DefaultHandlerXmiCasDeserializer. getXmiCasHandler(CAS cas, boolean lenient, XmiSerializationSharedData sharedData, int mergePoint, AllowPreexistingFS allow)Create a default handler for deserializing a CAS from XMI.static voidXmiCasSerializer. serialize(CAS aCAS, TypeSystem aTargetTypeSystem, OutputStream aStream, boolean aPrettyPrint, XmiSerializationSharedData aSharedData)Serializes a CAS to an XMI stream.static voidXmiCasSerializer. serialize(CAS aCAS, TypeSystem aTargetTypeSystem, OutputStream aStream, boolean aPrettyPrint, XmiSerializationSharedData aSharedData, Marker aMarker)Serializes a Delta CAS to an XMI stream.voidXmiCasSerializer. serialize(CAS cas, ContentHandler contentHandler, ErrorHandler errorHandler, XmiSerializationSharedData sharedData)Write the CAS data to a SAX content handler.voidXmiCasSerializer. serialize(CAS cas, ContentHandler contentHandler, ErrorHandler errorHandler, XmiSerializationSharedData sharedData, Marker marker)Write the CAS data to a SAX content handler.Constructors in org.apache.uima.cas.impl with parameters of type XmiSerializationSharedData Constructor Description CasDocSerializer(ContentHandler ch, CASImpl cas, XmiSerializationSharedData sharedData, MarkerImpl marker, CasSerializerSupport.CasSerializerSupportSerialize csss)CasDocSerializer(ContentHandler ch, CASImpl cas, XmiSerializationSharedData sharedData, MarkerImpl marker, CasSerializerSupport.CasSerializerSupportSerialize csss, boolean trackMultiRefs)
-