Uses of Class
org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV2
-
Packages that use AbstractGraphSONMessageSerializerV2 Package Description org.apache.tinkerpop.gremlin.util.ser -
-
Uses of AbstractGraphSONMessageSerializerV2 in org.apache.tinkerpop.gremlin.util.ser
Subclasses of AbstractGraphSONMessageSerializerV2 in org.apache.tinkerpop.gremlin.util.ser Modifier and Type Class Description 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
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.
-