public final class GryoSerializers extends Object
DetachedFactory
before serialization. These serializers present a generalized way to
serialize the implementations of core interfaces.Modifier and Type | Class and Description |
---|---|
static class |
GryoSerializers.EdgeSerializer
Serializes any
Edge implementation encountered to a DetachedEdge . |
static class |
GryoSerializers.PathSerializer
Serializes any
Path implementation encountered to an DetachedPath . |
static class |
GryoSerializers.PropertySerializer
Serializes any
Property implementation encountered to an DetachedProperty . |
static class |
GryoSerializers.VertexPropertySerializer
Serializes any
VertexProperty implementation encountered to an DetachedVertexProperty . |
static class |
GryoSerializers.VertexSerializer
Serializes any
Vertex implementation encountered to an DetachedVertex . |
Constructor and Description |
---|
GryoSerializers() |
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.