Uses of Package
org.apache.tinkerpop.gremlin.structure.io.binary
Packages that use org.apache.tinkerpop.gremlin.structure.io.binary
Package
Description
-
Classes in org.apache.tinkerpop.gremlin.structure.io.binary used by org.apache.tinkerpop.gremlin.driver.handlerClassDescriptionReads a value from a buffer using the
TypeSerializerinstances configured in theTypeSerializerRegistry. -
Classes in org.apache.tinkerpop.gremlin.structure.io.binary used by org.apache.tinkerpop.gremlin.driver.streamClassDescriptionReads a value from a buffer using the
TypeSerializerinstances configured in theTypeSerializerRegistry. -
Classes in org.apache.tinkerpop.gremlin.structure.io.binary used by org.apache.tinkerpop.gremlin.structure.io.binaryClassDescriptionRepresents a GraphBinary data type.Reads a value from a buffer using the
TypeSerializerinstances configured in theTypeSerializerRegistry.Writes a value to a buffer using theTypeSerializerinstances configured in theTypeSerializerRegistry.Represents a serializer for a given type. -
Classes in org.apache.tinkerpop.gremlin.structure.io.binary used by org.apache.tinkerpop.gremlin.structure.io.binary.typesClassDescriptionRepresents a GraphBinary data type.Reads a value from a buffer using the
TypeSerializerinstances configured in theTypeSerializerRegistry.Writes a value to a buffer using theTypeSerializerinstances configured in theTypeSerializerRegistry.Represents a serializer for a given type. -
Classes in org.apache.tinkerpop.gremlin.structure.io.binary used by org.apache.tinkerpop.gremlin.util.serClassDescriptionHolds a
GraphBinaryReaderandGraphBinaryWriterwhich together allow mapping in and out of the GraphBinary format. -
Classes in org.apache.tinkerpop.gremlin.structure.io.binary used by org.apache.tinkerpop.gremlin.util.ser.binaryClassDescriptionReads a value from a buffer using the
TypeSerializerinstances configured in theTypeSerializerRegistry.Writes a value to a buffer using theTypeSerializerinstances configured in theTypeSerializerRegistry.