Uses of Class
org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONIo
Packages that use GraphSONIo
Package
Description
-
Uses of GraphSONIo in org.apache.tinkerpop.gremlin.structure.io
Methods in org.apache.tinkerpop.gremlin.structure.io that return types with arguments of type GraphSONIoModifier and TypeMethodDescriptionstatic Io.Builder<GraphSONIo>IoCore.graphson()Deprecated.Creates a basic GraphSON-basedIo.Builder. -
Uses of GraphSONIo in org.apache.tinkerpop.gremlin.structure.io.graphson
Methods in org.apache.tinkerpop.gremlin.structure.io.graphson that return GraphSONIoMethods in org.apache.tinkerpop.gremlin.structure.io.graphson that return types with arguments of type GraphSONIoModifier and TypeMethodDescriptionstatic Io.Builder<GraphSONIo>GraphSONIo.build()Create a new builder using the default version of GraphSON - v3.static Io.Builder<GraphSONIo>GraphSONIo.build(GraphSONVersion version) Create a new builder using the specified version of GraphSON.