Package org.apache.tinkerpop.gremlin.structure.io.binary
-
Interface Summary Interface Description TypeSerializer<T> Represents a serializer for a given type. -
Class Summary Class Description GraphBinaryIo This is a dummy implementation ofIo
which is only used in the context of helping to configure a GraphBinaryMessageSerializer
with anIoRegistry
.GraphBinaryMapper Holds aGraphBinaryReader
andGraphBinaryWriter
which together allow mapping in and out of the GraphBinary format.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
.TypeSerializerRegistry TypeSerializerRegistry.Builder -
Enum Summary Enum Description DataType Represents a GraphBinary data type.