Package | Description |
---|---|
org.apache.tinkerpop.gremlin.driver.ser.binary | |
org.apache.tinkerpop.gremlin.driver.ser.binary.types |
Modifier and Type | Method and Description |
---|---|
T |
TypeSerializer.read(ByteBuf buffer,
GraphBinaryReader context)
Reads the type information and value from the buffer and returns an instance of T.
|
RequestMessage |
RequestMessageSerializer.readValue(ByteBuf buffer,
GraphBinaryReader context) |
T |
TypeSerializer.readValue(ByteBuf buffer,
GraphBinaryReader context,
boolean nullable)
Reads the value from the buffer (not the type information) and returns an instance of T.
|
ResponseMessage |
ResponseMessageSerializer.readValue(ByteBuf buffer,
GraphBinaryReader context,
boolean nullable) |
Modifier and Type | Method and Description |
---|---|
T |
SimpleTypeSerializer.read(ByteBuf buffer,
GraphBinaryReader context) |
Bytecode |
ByteCodeSerializer.readValue(ByteBuf buffer,
GraphBinaryReader context) |
T |
SingleTypeSerializer.readValue(ByteBuf buffer,
GraphBinaryReader context) |
UUID |
UUIDSerializer.readValue(ByteBuf buffer,
GraphBinaryReader context) |
List |
ListSerializer.readValue(ByteBuf buffer,
GraphBinaryReader context) |
Vertex |
VertexSerializer.readValue(ByteBuf buffer,
GraphBinaryReader context) |
String |
StringSerializer.readValue(ByteBuf buffer,
GraphBinaryReader context) |
Edge |
EdgeSerializer.readValue(ByteBuf buffer,
GraphBinaryReader context) |
Map |
MapSerializer.readValue(ByteBuf buffer,
GraphBinaryReader context) |
T |
SimpleTypeSerializer.readValue(ByteBuf buffer,
GraphBinaryReader context,
boolean nullable) |
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.