Class GryoSerializersV3d0.EdgeSerializer
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3d0.EdgeSerializer
 
- 
- All Implemented Interfaces:
- SerializerShim<Edge>
 - Enclosing class:
- GryoSerializersV3d0
 
 public static final class GryoSerializersV3d0.EdgeSerializer extends Object implements SerializerShim<Edge> Serializes anyEdgeimplementation encountered to aDetachedEdge.
- 
- 
Constructor SummaryConstructors Constructor Description EdgeSerializer()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description <I extends InputShim>
 Edgeread(KryoShim<I,?> kryo, I input, Class<Edge> edgeClass)<O extends OutputShim>
 voidwrite(KryoShim<?,O> kryo, O output, Edge edge)- 
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, Edge edge) - Specified by:
- writein interface- SerializerShim<Edge>
 
 
- 
 
-