Uses of Class
org.apache.uima.cas.impl.CASMgrSerializer
-
Packages that use CASMgrSerializer Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.uimacpp org.apache.uima.util Utility classes and interfaces used by UIMA components. -
-
Uses of CASMgrSerializer in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as CASMgrSerializer Modifier and Type Field Description private CASMgrSerializerCASCompleteSerializer. casMgrSerMethods in org.apache.uima.cas.impl that return CASMgrSerializer Modifier and Type Method Description CASMgrSerializerCASCompleteSerializer. getCASMgrSerializer()(package private) static CASMgrSerializerBinaryCasSerDes. maybeReadEmbeddedTSI(CommonSerDes.Header h, java.io.DataInputStream dis)static CASMgrSerializerSerialization. serializeCASMgr(CASMgr casMgr)Convert a Type System and Index Repository into a CASMgrSerializer object which can be serializedstatic CASMgrSerializerSerialization. serializeCASMgrTypeSystemOnly(CASMgr casMgr)Convert a Type System into a CASMgrSerializer object which can be serializedMethods in org.apache.uima.cas.impl with parameters of type CASMgrSerializer Modifier and Type Method Description private voidCASImpl. checkInternalCodes(CASMgrSerializer ser)static CASMgrSerialization. createCASMgr(CASMgrSerializer ser)Deserialize a type system and index repository definition and use to initialize a new instance of a CAS.SerialFormatBinaryCasSerDes. reinit(CommonSerDes.Header h, java.io.InputStream istream, CASMgrSerializer casMgrSerializer, CasLoadMode casLoadMode, BinaryCasSerDes6 f6, AllowPreexistingFS allowPreexistingFS, TypeSystemImpl ts)Deserialize a binary input stream, after reading the header, and optionally an externally provided type system and index spec used in compressed form 6 serialization previously This reads in and deserializes CAS data from a stream.voidCASCompleteSerializer. setCasMgrSerializer(CASMgrSerializer casMgrSer)Sets the casMgrSer.CASImplBinaryCasSerDes. setupCasFromCasMgrSerializer(CASMgrSerializer casMgrSerializer)Constructors in org.apache.uima.cas.impl with parameters of type CASMgrSerializer Constructor Description CASImpl(CASMgrSerializer ser) -
Uses of CASMgrSerializer in org.apache.uima.uimacpp
Methods in org.apache.uima.uimacpp with parameters of type CASMgrSerializer Modifier and Type Method Description (package private) voidUimacppEngine. typeSystemInit(CASMgrSerializer casMgrSerializer)reinit Taf engine type system -
Uses of CASMgrSerializer in org.apache.uima.util
Methods in org.apache.uima.util that return CASMgrSerializer Modifier and Type Method Description private static CASMgrSerializerCasIOUtils. readCasManager(java.io.InputStream tsiInputStream)
-