java.lang.Object
org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONIo
All Implemented Interfaces:
Io<GraphSONReader.Builder,GraphSONWriter.Builder,GraphSONMapper.Builder>

public final class GraphSONIo extends Object implements Io<GraphSONReader.Builder,GraphSONWriter.Builder,GraphSONMapper.Builder>
Constructs GraphSON IO implementations given a Graph and IoRegistry. Implementers of the Graph interfaces should see the GraphSONMapper for information on the expectations for the IoRegistry.
Author:
Stephen Mallette (http://stephen.genoprime.com)