Uses of Class
org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper
- 
Packages that use GraphSONMapper Package Description org.apache.tinkerpop.gremlin.driver.ser org.apache.tinkerpop.gremlin.structure.io.graphson 
- 
- 
Uses of GraphSONMapper in org.apache.tinkerpop.gremlin.driver.serConstructors in org.apache.tinkerpop.gremlin.driver.ser with parameters of type GraphSONMapper Constructor Description AbstractGraphSONMessageSerializerV1d0(GraphSONMapper mapper)AbstractGraphSONMessageSerializerV2d0(GraphSONMapper mapper)Deprecated.GraphSONMessageSerializerGremlinV1d0(GraphSONMapper mapper)GraphSONMessageSerializerGremlinV2d0(GraphSONMapper mapper)Deprecated.GraphSONMessageSerializerV1d0(GraphSONMapper mapper)Deprecated.GraphSONMessageSerializerV2d0(GraphSONMapper mapper)Deprecated.GraphSONMessageSerializerV3d0(GraphSONMapper mapper)Deprecated.GraphSONUntypedMessageSerializerV1d0(GraphSONMapper mapper)GraphSONUntypedMessageSerializerV2d0(GraphSONMapper mapper)Deprecated.
- 
Uses of GraphSONMapper in org.apache.tinkerpop.gremlin.structure.io.graphsonMethods in org.apache.tinkerpop.gremlin.structure.io.graphson that return GraphSONMapper Modifier and Type Method Description GraphSONMapperGraphSONMapper.Builder. create()Methods in org.apache.tinkerpop.gremlin.structure.io.graphson with parameters of type GraphSONMapper Modifier and Type Method Description static GraphSONMapper.BuilderGraphSONMapper. build(GraphSONMapper mapper)Create a new Builder from a givenGraphSONMapper.
 
-