Class GryoSerializersV1d0.VertexPropertySerializer
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1d0.VertexPropertySerializer
-
- All Implemented Interfaces:
SerializerShim<VertexProperty>
- Enclosing class:
- GryoSerializersV1d0
public static final class GryoSerializersV1d0.VertexPropertySerializer extends Object implements SerializerShim<VertexProperty>
Serializes anyVertexProperty
implementation encountered to anDetachedVertexProperty
.
-
-
Constructor Summary
Constructors Constructor Description VertexPropertySerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <I extends InputShim>
VertexPropertyread(KryoShim<I,?> kryo, I input, Class<VertexProperty> vertexPropertyClass)
<O extends OutputShim>
voidwrite(KryoShim<?,O> kryo, O output, VertexProperty vertexProperty)
-
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, VertexProperty vertexProperty)
- Specified by:
write
in interfaceSerializerShim<VertexProperty>
-
read
public <I extends InputShim> VertexProperty read(KryoShim<I,?> kryo, I input, Class<VertexProperty> vertexPropertyClass)
- Specified by:
read
in interfaceSerializerShim<VertexProperty>
-
-