Uses of Class
org.apache.tinkerpop.gremlin.util.ser.AbstractMessageSerializer
-
Packages that use AbstractMessageSerializer Package Description org.apache.tinkerpop.gremlin.util.ser -
-
Uses of AbstractMessageSerializer in org.apache.tinkerpop.gremlin.util.ser
Subclasses of AbstractMessageSerializer in org.apache.tinkerpop.gremlin.util.ser Modifier and Type Class Description class
AbstractGraphSONMessageSerializerV1
class
AbstractGraphSONMessageSerializerV2
class
GraphBinaryMessageSerializerV1
class
GraphSONMessageSerializerV1
Serialize results to JSON with version 1.0.x schema.class
GraphSONMessageSerializerV2
Serialize results to JSON with version 2.0.x schema and the extended module.class
GraphSONMessageSerializerV3
Serialize results to JSON with version 3.0.x schema and the extended module.class
GraphSONUntypedMessageSerializerV1
Serialize results to JSON with version 1.0.x schema and serialization which does not embed types.class
GraphSONUntypedMessageSerializerV2
Serialize results to JSON with version 2.0.x schema and the extended module without embedded types.class
GraphSONUntypedMessageSerializerV3
Serialize results to JSON with version 3.0.x schema and the extended module without embedded types.
-