Class GryoSerializersV3.VertexSerializer
java.lang.Object
org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.VertexSerializer
- All Implemented Interfaces:
SerializerShim<Vertex>
- Enclosing class:
- GryoSerializersV3
public static final class GryoSerializersV3.VertexSerializer
extends Object
implements SerializerShim<Vertex>
Serializes any
Vertex implementation encountered to an DetachedVertex.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.SerializerShim
isImmutable
-
Constructor Details
-
VertexSerializer
public VertexSerializer()
-
-
Method Details
-
write
- Specified by:
writein interfaceSerializerShim<Vertex>
-
read
- Specified by:
readin interfaceSerializerShim<Vertex>
-