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