Class GryoSerializersV1.EdgeSerializer
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.EdgeSerializer
 
 
- 
- All Implemented Interfaces:
 SerializerShim<Edge>
- Enclosing class:
 - GryoSerializersV1
 
public static final class GryoSerializersV1.EdgeSerializer extends Object implements SerializerShim<Edge>
Serializes anyEdgeimplementation encountered to aDetachedEdge. 
- 
- 
Constructor Summary
Constructors Constructor Description EdgeSerializer() 
- 
Method Summary
All 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.SerializerShim
isImmutable 
 - 
 
 - 
 
- 
- 
Method Detail
- 
write
public <O extends OutputShim> void write(KryoShim<?,O> kryo, O output, Edge edge)
- Specified by:
 writein interfaceSerializerShim<Edge>
 
 - 
 
 -