java.lang.Object
org.apache.tinkerpop.gremlin.structure.io.gryo.GryoReader
All Implemented Interfaces:
GraphReader

public final class GryoReader extends Object implements GraphReader
The GraphReader for the Gremlin Structure serialization format based on Kryo. The format is meant to be non-lossy in terms of Gremlin Structure to Gremlin Structure migrations (assuming both structure implementations support the same graph features).

This implementation is not thread-safe. Have one GryoReader instance per thread.

Author:
Stephen Mallette (http://stephen.genoprime.com), Marko A. Rodriguez (http://markorodriguez.com)