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 ofIowhich is only used in the context of helping to configure a GraphBinaryMessageSerializerwith anIoRegistry.GraphBinaryMapper Holds aGraphBinaryReaderandGraphBinaryWriterwhich together allow mapping in and out of the GraphBinary format.GraphBinaryReader Reads a value from a buffer using theTypeSerializerinstances configured in theTypeSerializerRegistry.GraphBinaryWriter Writes a value to a buffer using theTypeSerializerinstances configured in theTypeSerializerRegistry.TypeSerializerRegistry TypeSerializerRegistry.Builder 
- 
Enum Summary Enum Description DataType Represents a GraphBinary data type.