Uses of Interface
org.apache.tinkerpop.gremlin.driver.ser.MessageTextSerializer
-
Packages that use MessageTextSerializer Package Description org.apache.tinkerpop.gremlin.driver.ser org.apache.tinkerpop.gremlin.server.util -
-
Uses of MessageTextSerializer in org.apache.tinkerpop.gremlin.driver.ser
Classes in org.apache.tinkerpop.gremlin.driver.ser that implement MessageTextSerializer Modifier and Type Class Description classGraphBinaryMessageSerializerV1classGraphSONMessageSerializerV1d0Deprecated.As of release 3.6.5, replaced byGraphSONUntypedMessageSerializerV1d0.classGraphSONMessageSerializerV2d0Serialize results to JSON with version 2.0.x schema and the extended module.classGraphSONMessageSerializerV3d0Serialize results to JSON with version 3.0.x schema and the extended module.classGraphSONUntypedMessageSerializerV1d0Serialize results to JSON with version 1.0.x schema and serialization which does not embed types.classGraphSONUntypedMessageSerializerV2d0Serialize results to JSON with version 2.0.x schema and the extended module without embedded types. -
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 classTextPlainMessageSerializerA 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.
-