Uses of Package
org.apache.tinkerpop.gremlin.structure.io
-
Classes in org.apache.tinkerpop.gremlin.structure.io used by org.apache.tinkerpop.gremlin.structure Class Description Io Io.Builder Helps to construct anIo
implementation and should be implemented by every such implementation as that class will be passed toGraph.io(Io.Builder)
by the user. -
Classes in org.apache.tinkerpop.gremlin.structure.io used by org.apache.tinkerpop.gremlin.structure.io Class Description Buffer Represents an abstract view for one or more primitive byte arrays and NIO buffers.GraphReader Functions for reading a graph and its graph elements from a different serialization format.GraphReader.ReaderBuilder Largely a marker interface for builder classes that construct aGraphReader
.GraphWriter Functions for writing a graph and its elements to a serialized format.GraphWriter.WriterBuilder Largely a marker interface for builder classes that construct aGraphWriter
.Io Io.Builder Helps to construct anIo
implementation and should be implemented by every such implementation as that class will be passed toGraph.io(Io.Builder)
by the user.IoRegistry A generalized custom serializer registry for providers implementing aGraph
.Mapper.Builder Largely a marker interface for builders that constructMapper
instances. -
Classes in org.apache.tinkerpop.gremlin.structure.io used by org.apache.tinkerpop.gremlin.structure.io.graphml Class Description GraphReader Functions for reading a graph and its graph elements from a different serialization format.GraphReader.ReaderBuilder Largely a marker interface for builder classes that construct aGraphReader
.GraphWriter Functions for writing a graph and its elements to a serialized format.GraphWriter.WriterBuilder Largely a marker interface for builder classes that construct aGraphWriter
. -
Classes in org.apache.tinkerpop.gremlin.structure.io used by org.apache.tinkerpop.gremlin.structure.io.graphson Class Description GraphReader Functions for reading a graph and its graph elements from a different serialization format.GraphReader.ReaderBuilder Largely a marker interface for builder classes that construct aGraphReader
.GraphWriter Functions for writing a graph and its elements to a serialized format.GraphWriter.WriterBuilder Largely a marker interface for builder classes that construct aGraphWriter
.Mapper Represents a low-level serialization class that can be used to map classes to serializers. -
Classes in org.apache.tinkerpop.gremlin.structure.io used by org.apache.tinkerpop.gremlin.structure.io.gryo Class Description GraphReader Functions for reading a graph and its graph elements from a different serialization format.GraphReader.ReaderBuilder Largely a marker interface for builder classes that construct aGraphReader
.GraphWriter Functions for writing a graph and its elements to a serialized format.GraphWriter.WriterBuilder Largely a marker interface for builder classes that construct aGraphWriter
.Mapper Represents a low-level serialization class that can be used to map classes to serializers.