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