public abstract class GeoshapeTypeSerializer extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
GeoshapeTypeSerializer(int geoshapeTypeCode) |
| Modifier and Type | Method and Description |
|---|---|
abstract Geoshape |
readNonNullableGeoshapeValue(org.apache.tinkerpop.gremlin.structure.io.Buffer buffer,
org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryReader context) |
abstract void |
writeNonNullableGeoshapeValue(Geoshape geoshape,
org.apache.tinkerpop.gremlin.structure.io.Buffer buffer,
org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryWriter context) |
void |
writeNonNullableValue(Geoshape geoshape,
org.apache.tinkerpop.gremlin.structure.io.Buffer buffer,
org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryWriter context) |
public abstract Geoshape readNonNullableGeoshapeValue(org.apache.tinkerpop.gremlin.structure.io.Buffer buffer, org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryReader context) throws IOException
IOExceptionpublic void writeNonNullableValue(Geoshape geoshape, org.apache.tinkerpop.gremlin.structure.io.Buffer buffer, org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryWriter context) throws IOException
IOExceptionpublic abstract void writeNonNullableGeoshapeValue(Geoshape geoshape, org.apache.tinkerpop.gremlin.structure.io.Buffer buffer, org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryWriter context) throws IOException
IOExceptionCopyright © 2012–2023. All rights reserved.