Class GryoSerializersV3.PSerializer
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.PSerializer
-
- All Implemented Interfaces:
SerializerShim<P>
- Enclosing class:
- GryoSerializersV3
public static final class GryoSerializersV3.PSerializer extends Object implements SerializerShim<P>
-
-
Constructor Summary
Constructors Constructor Description PSerializer()
-
Method Summary
All 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.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, P p)
- Specified by:
write
in interfaceSerializerShim<P>
-
-