Uses of Class
org.apache.uima.cas.impl.CasSerializerSupport.CasDocSerializer
Packages that use CasSerializerSupport.CasDocSerializer
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of CasSerializerSupport.CasDocSerializer in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as CasSerializerSupport.CasDocSerializerModifier and TypeFieldDescriptionprivate final CasSerializerSupport.CasDocSerializer
XmiCasSerializer.XmiDocSerializer.cds
Methods in org.apache.uima.cas.impl with parameters of type CasSerializerSupport.CasDocSerializerModifier and TypeMethodDescriptionvoid
ListUtils.anyListToOutput
(int curNode, XmiSerializationSharedData sharedData, CasSerializerSupport.CasDocSerializer cds, 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)ListUtils.anyListToStringList
(int curNode, XmiSerializationSharedData sharedData, CasSerializerSupport.CasDocSerializer cds) -
Uses of CasSerializerSupport.CasDocSerializer in org.apache.uima.json
Fields in org.apache.uima.json declared as CasSerializerSupport.CasDocSerializerModifier and TypeFieldDescriptionprivate final CasSerializerSupport.CasDocSerializer
JsonCasSerializer.JsonDocSerializer.cds