Namespace Gremlin.Net.Structure.IO.GraphBinary
Classes
DataType
Represents a GraphBinary data type.
GraphBinaryMessageSerializer
Serializes data to and from Gremlin Server in GraphBinary format.
GraphBinaryReader
Allows to deserialize objects from GraphBinary.
GraphBinaryWriter
Allows to serialize objects to GraphBinary.
RequestMessageSerializer
Allows to serialize a
ResponseMessageSerializer
Allows to deserialize a
TypeSerializerRegistry
Provides GraphBinary serializers for different types.
Interfaces
ITypeSerializer
Represents a serializer for a certain type.