Uses of Class
org.apache.uima.cas.impl.CASSerializer
-
Packages that use CASSerializer Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of CASSerializer in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl that return CASSerializer Modifier and Type Method Description CASSerializer
CASCompleteSerializer. getCASSerializer()
static CASSerializer
Serialization. serializeCAS(CAS cas)
Convert a CAS to a CASSerializer object.static CASSerializer
Serialization. serializeNoMetaData(CAS cas)
Convert a CAS to a CASSerializer object.Methods in org.apache.uima.cas.impl with parameters of type CASSerializer Modifier and Type Method Description static CAS
Serialization. createCAS(CASMgr casMgr, CASSerializer casSer)
Deserialize the data in a CASSerializer into an existing CAS, return the currentview in that Cas.void
CASImpl. reinit(CASSerializer ser)
void
CASCompleteSerializer. setCasSerializer(CASSerializer casSer)
Sets the casSer.
-