Uses of Interface
org.apache.tinkerpop.gremlin.util.ser.MessageTextSerializer
-
Packages that use MessageTextSerializer Package Description org.apache.tinkerpop.gremlin.server.util org.apache.tinkerpop.gremlin.util.ser -
-
Uses of MessageTextSerializer in org.apache.tinkerpop.gremlin.server.util
Classes in org.apache.tinkerpop.gremlin.server.util that implement MessageTextSerializer Modifier and Type Class Description class
TextPlainMessageSerializer
A highly use-case specific serializer that only has context for HTTP where results simply need to be converted to string in a line by line fashion for text based returns. -
Uses of MessageTextSerializer in org.apache.tinkerpop.gremlin.util.ser
Classes in org.apache.tinkerpop.gremlin.util.ser that implement MessageTextSerializer Modifier and Type Class Description 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.
-