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 | |
static void | deserialize (char const *xcasfilename, CAS &) |
Deserialize given an XCAS filename and input CAS. | |
static void | deserialize (UnicodeString &xcasfilename, CAS &) |
Deserialize given an XCAS filename UnicodeString and input CAS. | |
static void | deserialize (char const *xcasfilename, CAS &, uima::AnnotatorContext *const ctx) |
Deserialize given an XCAS filename, input CAS, and the AnnotatorContext. | |
static void | deserialize (InputSource const &crInputSource, CAS &) |
Deserialize given an XCAS InputSource and input CAS. | |
static void | deserialize (InputSource const &crInputSource, CAS &, uima::AnnotatorContext *const ctx) |
Deserialize given an XCAS InputSource, input CAS, and the AnnotatorContext. |
uima::XCASDeserializer::XCASDeserializer | ( | ) |
Constructor.
uima::XCASDeserializer::~XCASDeserializer | ( | ) |
Destructor.
static void uima::XCASDeserializer::deserialize | ( | char const * | xcasfilename, | |
CAS & | ||||
) | [static] |
Deserialize given an XCAS filename and input CAS.
static void uima::XCASDeserializer::deserialize | ( | UnicodeString & | xcasfilename, | |
CAS & | ||||
) | [static] |
Deserialize given an XCAS filename UnicodeString and input CAS.
static void uima::XCASDeserializer::deserialize | ( | char const * | xcasfilename, | |
CAS & | , | |||
uima::AnnotatorContext *const | ctx | |||
) | [static] |
Deserialize given an XCAS filename, input CAS, and the AnnotatorContext.
The uima::AnnotatorContext will be used for Sofa name mapping.
static void uima::XCASDeserializer::deserialize | ( | InputSource const & | crInputSource, | |
CAS & | ||||
) | [static] |
Deserialize given an XCAS InputSource and input CAS.
static void uima::XCASDeserializer::deserialize | ( | InputSource const & | crInputSource, | |
CAS & | , | |||
uima::AnnotatorContext *const | ctx | |||
) | [static] |
Deserialize given an XCAS InputSource, input CAS, and the AnnotatorContext.
The uima::AnnotatorContext will be used for Sofa name mapping.