Class GryoSerializersV3.PropertySerializer
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.PropertySerializer
 
- 
- All Implemented Interfaces:
- SerializerShim<Property>
 - Enclosing class:
- GryoSerializersV3
 
 public static final class GryoSerializersV3.PropertySerializer extends Object implements SerializerShim<Property> Serializes anyPropertyimplementation encountered to anDetachedProperty.
- 
- 
Constructor SummaryConstructors Constructor Description PropertySerializer()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description <I extends InputShim>
 Propertyread(KryoShim<I,?> kryo, I input, Class<Property> propertyClass)<O extends OutputShim>
 voidwrite(KryoShim<?,O> kryo, O output, Property property)- 
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, Property property) - Specified by:
- writein interface- SerializerShim<Property>
 
 
- 
 
-