Uses of Class
org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper
- 
Packages that use GraphSONMapper Package Description org.apache.tinkerpop.gremlin.structure.io.graphson org.apache.tinkerpop.gremlin.util.ser 
- 
- 
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.
- 
Uses of GraphSONMapper in org.apache.tinkerpop.gremlin.util.serConstructors in org.apache.tinkerpop.gremlin.util.ser with parameters of type GraphSONMapper Constructor Description AbstractGraphSONMessageSerializerV1(GraphSONMapper mapper)AbstractGraphSONMessageSerializerV2(GraphSONMapper mapper)Deprecated.GraphSONMessageSerializerV1(GraphSONMapper mapper)GraphSONMessageSerializerV2(GraphSONMapper mapper)Deprecated.GraphSONMessageSerializerV3(GraphSONMapper mapper)Deprecated.GraphSONUntypedMessageSerializerV1(GraphSONMapper mapper)
 
-