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