Uses of Class
org.apache.tinkerpop.gremlin.driver.ser.AbstractGraphSONMessageSerializerV1d0
-
Packages that use AbstractGraphSONMessageSerializerV1d0 Package Description org.apache.tinkerpop.gremlin.driver.ser -
-
Uses of AbstractGraphSONMessageSerializerV1d0 in org.apache.tinkerpop.gremlin.driver.ser
Subclasses of AbstractGraphSONMessageSerializerV1d0 in org.apache.tinkerpop.gremlin.driver.ser Modifier and Type Class Description class
GraphSONMessageSerializerGremlinV1d0
Serialize results to JSON with version 1.0.x schema.class
GraphSONMessageSerializerV1d0
Deprecated.As of release 3.6.5, replaced byGraphSONUntypedMessageSerializerV1d0
.class
GraphSONUntypedMessageSerializerV1d0
Serialize results to JSON with version 1.0.x schema and serialization which does not embed types.
-