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