Uses of Class
org.apache.tinkerpop.gremlin.driver.ser.AbstractMessageSerializer
-
Packages that use AbstractMessageSerializer Package Description org.apache.tinkerpop.gremlin.driver.ser -
-
Uses of AbstractMessageSerializer in org.apache.tinkerpop.gremlin.driver.ser
Subclasses of AbstractMessageSerializer in org.apache.tinkerpop.gremlin.driver.ser Modifier and Type Class Description classAbstractGraphSONMessageSerializerV1d0classAbstractGraphSONMessageSerializerV2d0classGraphBinaryMessageSerializerV1classGraphSONMessageSerializerGremlinV1d0Serialize results to JSON with version 1.0.x schema.classGraphSONMessageSerializerGremlinV2d0Deprecated.As for release 3.4.0, replaced byGraphSONMessageSerializerV2d0.classGraphSONMessageSerializerV1d0Deprecated.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.
-