Only FeatureStructures with types that are represented in the input CAS TypeSystem will be deserialized into the CAS. At this time support for out of typesystem data is not supported.
Public Member Functions | |
XCASDeserializer () | |
Constructor *. | |
~XCASDeserializer () | |
Destructor *. | |
Static Public Member Functions | |
void | deserialize (char const *xcasfilename, CAS &) |
Deserialize given an XCAS filename and input CAS. | |
void | deserialize (UnicodeString &xcasfilename, CAS &) |
Deserialize given an XCAS filename UnicodeString and input CAS. | |
void | deserialize (char const *xcasfilename, CAS &, uima::AnnotatorContext *const ctx) |
Deserialize given an XCAS filename, input CAS, and the AnnotatorContext. | |
void | deserialize (InputSource const &crInputSource, CAS &) |
Deserialize given an XCAS InputSource and input CAS. | |
void | deserialize (InputSource const &crInputSource, CAS &, uima::AnnotatorContext *const ctx) |
Deserialize given an XCAS InputSource, input CAS, and the AnnotatorContext. |
|
Constructor *.
|
|
Destructor *.
|
|
Deserialize given an XCAS filename and input CAS.
|
|
Deserialize given an XCAS filename UnicodeString and input CAS.
|
|
Deserialize given an XCAS filename, input CAS, and the AnnotatorContext. The uima::AnnotatorContext will be used for Sofa name mapping. |
|
Deserialize given an XCAS InputSource and input CAS.
|
|
Deserialize given an XCAS InputSource, input CAS, and the AnnotatorContext. The uima::AnnotatorContext will be used for Sofa name mapping. |