Uses of Package
org.apache.tinkerpop.gremlin.structure.io.graphson
-
Packages that use org.apache.tinkerpop.gremlin.structure.io.graphson Package Description org.apache.tinkerpop.gremlin.structure.io org.apache.tinkerpop.gremlin.structure.io.graphson -
Classes in org.apache.tinkerpop.gremlin.structure.io.graphson used by org.apache.tinkerpop.gremlin.structure.io Class Description GraphSONIo Constructs GraphSON IO implementations given aGraph
andIoRegistry
. -
Classes in org.apache.tinkerpop.gremlin.structure.io.graphson used by org.apache.tinkerpop.gremlin.structure.io.graphson Class Description GraphSONReader A @{link GraphReader} that constructs a graph from a JSON-based representation of a graph and its elements.GraphSONReader.Builder GraphSONWriter A @{link GraphWriter} that writes a graph and its elements to a JSON-based representation.GraphSONWriter.Builder