Class GryoSerializersV3d0
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3d0
-
public final class GryoSerializersV3d0 extends Object
This class holds serializers for graph-based objects such as vertices, edges, properties, and paths. These objects are "detached" usingDetachedFactory
before serialization. These serializers present a generalized way to serialize the implementations of core interfaces. These serializers are versioned and not compatible with Gryo 1.0.- Author:
- Stephen Mallette (http://stephen.genoprime.com), Marko A. Rodriguez (http://markorodriguez.com)
-
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description GryoSerializersV3d0()
-