Package | Description |
---|---|
org.apache.uima.cas |
Common Analysis System(CAS) Interfaces
|
org.apache.uima.json |
Modifier and Type | Method and Description |
---|---|
Marker |
CAS.createMarker()
Sets a mark and returns the marker object set with the current mark which can be used to query when certain FSs
were created.
|
Modifier and Type | Method and Description |
---|---|
static void |
JsonCasSerializer.jsonSerialize(CAS aCAS,
TypeSystem aTargetTypeSystem,
Object output,
boolean aPrettyPrint,
Marker aMarker,
org.apache.uima.cas.impl.XmiSerializationSharedData sharedData)
Serializes a Delta CAS to an output (File, Writer, or OutputStream).
|
void |
JsonCasSerializer.serialize(CAS cas,
org.apache.uima.json.impl.JsonContentHandlerJacksonWrapper jch,
org.apache.uima.cas.impl.XmiSerializationSharedData sharedData,
Marker marker) |
void |
JsonCasSerializer.serialize(CAS cas,
Object output,
org.apache.uima.cas.impl.XmiSerializationSharedData sharedData,
Marker marker) |
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.