Class GryoSerializersV1
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1
 
- 
 public final class GryoSerializersV1 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 are serializers for Gryo 1.0.- Author:
- Stephen Mallette (http://stephen.genoprime.com), Marko A. Rodriguez (http://markorodriguez.com)
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGryoSerializersV1.BindingSerializerstatic classGryoSerializersV1.BytecodeSerializerstatic classGryoSerializersV1.DefaultRemoteTraverserSerializerstatic classGryoSerializersV1.EdgeSerializerSerializes anyEdgeimplementation encountered to aDetachedEdge.static classGryoSerializersV1.LambdaSerializerstatic classGryoSerializersV1.PathSerializerSerializes anyPathimplementation encountered to anDetachedPath.static classGryoSerializersV1.PropertySerializerSerializes anyPropertyimplementation encountered to anDetachedProperty.static classGryoSerializersV1.PSerializerstatic classGryoSerializersV1.TextPSerializerstatic classGryoSerializersV1.VertexPropertySerializerSerializes anyVertexPropertyimplementation encountered to anDetachedVertexProperty.static classGryoSerializersV1.VertexSerializerSerializes anyVerteximplementation encountered to anDetachedVertex.
 - 
Constructor SummaryConstructors Constructor Description GryoSerializersV1()
 
-