public static final class GryoSerializersV1d0.PSerializer extends Object implements SerializerShim<P>
Constructor and Description |
---|
PSerializer() |
Modifier and Type | Method and Description |
---|---|
<I extends InputShim> |
read(KryoShim<I,?> kryo,
I input,
Class<P> clazz) |
<O extends OutputShim> |
write(KryoShim<?,O> kryo,
O output,
P p) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isImmutable
public <O extends OutputShim> void write(KryoShim<?,O> kryo, O output, P p)
write
in interface SerializerShim<P>
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.