Class GryoSerializersV1.PSerializer
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.PSerializer
 
- 
- All Implemented Interfaces:
- SerializerShim<P>
 - Enclosing class:
- GryoSerializersV1
 
 public static final class GryoSerializersV1.PSerializer extends Object implements SerializerShim<P> 
- 
- 
Constructor SummaryConstructors Constructor Description PSerializer()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description <I extends InputShim>
 Pread(KryoShim<I,?> kryo, I input, Class<P> clazz)<O extends OutputShim>
 voidwrite(KryoShim<?,O> kryo, O output, P p)- 
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, P p) - Specified by:
- writein interface- SerializerShim<P>
 
 
- 
 
-