Class LegacyGraphSONReader

java.lang.Object
org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader
All Implemented Interfaces:
GraphReader

public final class LegacyGraphSONReader extends Object implements GraphReader
A @{link GraphReader} that constructs a graph from a JSON-based representation of a graph and its elements given the "legacy" Blueprints 2.x version of GraphSON. This implementation is specifically for aiding in migration of graphs from TinkerPop 2.x to TinkerPop 3.x. This reader only reads GraphSON from TinkerPop 2.x that was generated in GraphSONMode.EXTENDED.
Author:
Stephen Mallette (http://stephen.genoprime.com)