public class RelationIdentifierGraphBinarySerializer extends JanusGraphTypeSerializer<RelationIdentifier>
| Constructor and Description |
|---|
RelationIdentifierGraphBinarySerializer() |
| Modifier and Type | Method and Description |
|---|---|
RelationIdentifier |
readNonNullableValue(org.apache.tinkerpop.gremlin.structure.io.Buffer buffer,
org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryReader context) |
protected void |
writeNonNullableValue(RelationIdentifier value,
org.apache.tinkerpop.gremlin.structure.io.Buffer buffer,
org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryWriter context) |
getDataType, getTypeName, read, readValue, write, writeValuepublic RelationIdentifierGraphBinarySerializer()
public RelationIdentifier readNonNullableValue(org.apache.tinkerpop.gremlin.structure.io.Buffer buffer, org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryReader context) throws IOException
readNonNullableValue in class JanusGraphTypeSerializer<RelationIdentifier>IOExceptionprotected void writeNonNullableValue(RelationIdentifier value, org.apache.tinkerpop.gremlin.structure.io.Buffer buffer, org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryWriter context) throws IOException
writeNonNullableValue in class JanusGraphTypeSerializer<RelationIdentifier>IOExceptionCopyright © 2012–2023. All rights reserved.