Class GryoSerializersV1d0.VertexSerializer
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1d0.VertexSerializer
 
- 
- All Implemented Interfaces:
- SerializerShim<Vertex>
 - Enclosing class:
- GryoSerializersV1d0
 
 public static final class GryoSerializersV1d0.VertexSerializer extends Object implements SerializerShim<Vertex> Serializes anyVerteximplementation encountered to anDetachedVertex.
- 
- 
Constructor SummaryConstructors Constructor Description VertexSerializer()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description <I extends InputShim>
 Vertexread(KryoShim<I,?> kryo, I input, Class<Vertex> vertexClass)<O extends OutputShim>
 voidwrite(KryoShim<?,O> kryo, O output, Vertex vertex)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.SerializerShimisImmutable
 
- 
 
- 
- 
- 
Method Detail- 
writepublic <O extends OutputShim> void write(KryoShim<?,O> kryo, O output, Vertex vertex) - Specified by:
- writein interface- SerializerShim<Vertex>
 
 
- 
 
-