Uses of Class
org.apache.uima.cas.impl.CasSerializerSupport.CasSerializerSupportSerialize
-
Packages that use CasSerializerSupport.CasSerializerSupportSerialize Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.json -
-
Uses of CasSerializerSupport.CasSerializerSupportSerialize in org.apache.uima.cas.impl
Subclasses of CasSerializerSupport.CasSerializerSupportSerialize in org.apache.uima.cas.impl Modifier and Type Class Description (package private) class
XmiCasSerializer.XmiDocSerializer
Fields in org.apache.uima.cas.impl declared as CasSerializerSupport.CasSerializerSupportSerialize Modifier and Type Field Description private CasSerializerSupport.CasSerializerSupportSerialize
CasSerializerSupport.CasDocSerializer. csss
Constructors in org.apache.uima.cas.impl with parameters of type CasSerializerSupport.CasSerializerSupportSerialize Constructor Description CasDocSerializer(org.xml.sax.ContentHandler ch, CASImpl cas, XmiSerializationSharedData sharedData, MarkerImpl marker, CasSerializerSupport.CasSerializerSupportSerialize csss)
CasDocSerializer(org.xml.sax.ContentHandler ch, CASImpl cas, XmiSerializationSharedData sharedData, MarkerImpl marker, CasSerializerSupport.CasSerializerSupportSerialize csss, boolean trackMultiRefs)
-
Uses of CasSerializerSupport.CasSerializerSupportSerialize in org.apache.uima.json
Subclasses of CasSerializerSupport.CasSerializerSupportSerialize in org.apache.uima.json Modifier and Type Class Description (package private) class
JsonCasSerializer.JsonDocSerializer
-