Class ResponseMessageSerializer
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.driver.ser.binary.ResponseMessageSerializer
-
public class ResponseMessageSerializer extends Object
-
-
Constructor Summary
Constructors Constructor Description ResponseMessageSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseMessage
readValue(io.netty.buffer.ByteBuf byteBuf, GraphBinaryReader context)
void
writeValue(ResponseMessage value, io.netty.buffer.ByteBuf byteBuf, GraphBinaryWriter context)
-
-
-
Method Detail
-
readValue
public ResponseMessage readValue(io.netty.buffer.ByteBuf byteBuf, GraphBinaryReader context) throws SerializationException
- Throws:
SerializationException
-
writeValue
public void writeValue(ResponseMessage value, io.netty.buffer.ByteBuf byteBuf, GraphBinaryWriter context) throws SerializationException
- Throws:
SerializationException
-
-