public class ResponseMessageSerializer extends Object
Constructor and Description |
---|
ResponseMessageSerializer() |
Modifier and Type | Method and Description |
---|---|
ResponseMessage |
readValue(ByteBuf buffer,
GraphBinaryReader context,
boolean nullable) |
ByteBuf |
writeValue(ResponseMessage value,
ByteBufAllocator allocator,
GraphBinaryWriter context,
boolean nullable) |
public ResponseMessage readValue(ByteBuf buffer, GraphBinaryReader context, boolean nullable) throws SerializationException
SerializationException
public ByteBuf writeValue(ResponseMessage value, ByteBufAllocator allocator, GraphBinaryWriter context, boolean nullable) throws SerializationException
SerializationException
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.