Class GryoSerializersV3
java.lang.Object
org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3
This class holds serializers for graph-based objects such as vertices, edges, properties, and paths. These objects
are "detached" using
DetachedFactory 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
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classSerializes anyEdgeimplementation encountered to aDetachedEdge.static final classstatic final classstatic final classSerializes anyPathimplementation encountered to anDetachedPath.static final classSerializes anyPropertyimplementation encountered to anDetachedProperty.static final classstatic final classstatic final classstatic final classstatic final classSerializes anyVertexPropertyimplementation encountered to anDetachedVertexProperty.static final classSerializes anyVerteximplementation encountered to anDetachedVertex. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GryoSerializersV3
public GryoSerializersV3()
-