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 classGraphSONMessageSerializerGremlinV1d0Serialize results to JSON with version 1.0.x schema.classGraphSONMessageSerializerV1d0Deprecated.As of release 3.6.5, replaced byGraphSONUntypedMessageSerializerV1d0.classGraphSONUntypedMessageSerializerV1d0Serialize results to JSON with version 1.0.x schema and serialization which does not embed types.
-