Uses of Package
org.apache.tinkerpop.gremlin.structure.io.binary
-
Classes in org.apache.tinkerpop.gremlin.structure.io.binary used by org.apache.tinkerpop.gremlin.driver.ser Class Description GraphBinaryMapper Holds aGraphBinaryReader
andGraphBinaryWriter
which together allow mapping in and out of the GraphBinary format.TypeSerializerRegistry TypeSerializerRegistry.Builder -
Classes in org.apache.tinkerpop.gremlin.structure.io.binary used by org.apache.tinkerpop.gremlin.driver.ser.binary Class Description GraphBinaryReader Reads a value from a buffer using theTypeSerializer
instances configured in theTypeSerializerRegistry
.GraphBinaryWriter Writes a value to a buffer using theTypeSerializer
instances configured in theTypeSerializerRegistry
. -
Classes in org.apache.tinkerpop.gremlin.structure.io.binary used by org.apache.tinkerpop.gremlin.structure.io.binary Class Description DataType Represents a GraphBinary data type.GraphBinaryReader Reads a value from a buffer using theTypeSerializer
instances configured in theTypeSerializerRegistry
.GraphBinaryWriter Writes a value to a buffer using theTypeSerializer
instances configured in theTypeSerializerRegistry
.TypeSerializer Represents a serializer for a given type.TypeSerializerRegistry TypeSerializerRegistry.Builder -
Classes in org.apache.tinkerpop.gremlin.structure.io.binary used by org.apache.tinkerpop.gremlin.structure.io.binary.types Class Description DataType Represents a GraphBinary data type.GraphBinaryReader Reads a value from a buffer using theTypeSerializer
instances configured in theTypeSerializerRegistry
.GraphBinaryWriter Writes a value to a buffer using theTypeSerializer
instances configured in theTypeSerializerRegistry
.TypeSerializer Represents a serializer for a given type.