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" usingDetachedFactory
before 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 Summary
Nested Classes Modifier and Type Class Description static class
GryoSerializersV1.BindingSerializer
static class
GryoSerializersV1.BytecodeSerializer
static class
GryoSerializersV1.DefaultRemoteTraverserSerializer
static class
GryoSerializersV1.EdgeSerializer
Serializes anyEdge
implementation encountered to aDetachedEdge
.static class
GryoSerializersV1.LambdaSerializer
static class
GryoSerializersV1.PathSerializer
Serializes anyPath
implementation encountered to anDetachedPath
.static class
GryoSerializersV1.PropertySerializer
Serializes anyProperty
implementation encountered to anDetachedProperty
.static class
GryoSerializersV1.PSerializer
static class
GryoSerializersV1.TextPSerializer
static class
GryoSerializersV1.VertexPropertySerializer
Serializes anyVertexProperty
implementation encountered to anDetachedVertexProperty
.static class
GryoSerializersV1.VertexSerializer
Serializes anyVertex
implementation encountered to anDetachedVertex
.
-
Constructor Summary
Constructors Constructor Description GryoSerializersV1()
-