Class GryoSerializersV3
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3
 
- 
 public final class GryoSerializersV3 extends Object This class holds serializers for graph-based objects such as vertices, edges, properties, and paths. These objects are "detached" usingDetachedFactorybefore 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 SummaryConstructors Constructor Description GryoSerializersV3()
 
-