| Package | Description | 
|---|---|
| org.apache.uima.cas.impl | Implementation and Low-Level API for the CAS Interfaces. | 
| Modifier and Type | Method and Description | 
|---|---|
| CASMgrSerializer | CASCompleteSerializer. getCASMgrSerializer() | 
| static CASMgrSerializer | Serialization. serializeCASMgr(CASMgr casMgr)Convert a Type System and Index Repository into a CASMgrSerializer object which can be
 serialized | 
| static CASMgrSerializer | Serialization. serializeCASMgrTypeSystemOnly(CASMgr casMgr)Convert a Type System into a CASMgrSerializer object which can be serialized | 
| Modifier and Type | Method and Description | 
|---|---|
| static CASMgr | Serialization. createCASMgr(CASMgrSerializer ser)Deserialize a type system and index repository definition and use to initialize a new instance
 of a CAS. | 
| SerialFormat | BinaryCasSerDes. reinit(CommonSerDes.Header h,
      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. | 
| void | CASCompleteSerializer. setCasMgrSerializer(CASMgrSerializer casMgrSer)Sets the casMgrSer. | 
| CASImpl | BinaryCasSerDes. setupCasFromCasMgrSerializer(CASMgrSerializer casMgrSerializer) | 
| Constructor and Description | 
|---|
| CASImpl(CASMgrSerializer ser) | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.