Uses of Package
org.apache.tinkerpop.gremlin.structure.io.graphson
-
Classes in org.apache.tinkerpop.gremlin.structure.io.graphson used by org.apache.tinkerpop.gremlin.driver.ser Class Description AbstractObjectDeserializer Base class for creating deserializers which parses JSON to aMap
to more easily reconstruct an object.GraphSONMapper An extension to the standard JacksonObjectMapper
which automatically registers the standardGraphSONModule
for serializingGraph
elements.GraphSONMapper.Builder -
Classes in org.apache.tinkerpop.gremlin.structure.io.graphson used by org.apache.tinkerpop.gremlin.structure.io Class Description GraphSONIo Constructs GraphSON IO implementations given aGraph
andIoRegistry
. -
Classes in org.apache.tinkerpop.gremlin.structure.io.graphson used by org.apache.tinkerpop.gremlin.structure.io.graphson Class Description AbstractGraphSONTypeSerializer Extension of the Jackson's default TypeSerializer.GraphSONIo Constructs GraphSON IO implementations given aGraph
andIoRegistry
.GraphSONMapper An extension to the standard JacksonObjectMapper
which automatically registers the standardGraphSONModule
for serializingGraph
elements.GraphSONMapper.Builder GraphSONReader A @{link GraphReader} that constructs a graph from a JSON-based representation of a graph and its elements.GraphSONReader.Builder GraphSONTypeIdResolver Provides quick lookup for Type deserialization extracted from the JSON payload.GraphSONTypeResolverBuilder Creates the Type serializers as well as the Typed deserializers that will be provided to the serializers and deserializers.GraphSONVersion The set of available GraphSON versions.GraphSONWriter A @{link GraphWriter} that writes a graph and its elements to a JSON-based representation.GraphSONWriter.Builder GraphSONXModuleV2d0.Builder GraphSONXModuleV3d0.Builder JsonParserConcat Utility class to easily concatenate multiple JsonParsers.LegacyGraphSONReader A @{link GraphReader} that constructs a graph from a JSON-based representation of a graph and its elements given the "legacy" Blueprints 2.x version of GraphSON.LegacyGraphSONReader.Builder TinkerPopJacksonModule ASimpleModule
extension that does the necessary work to make the automatic typed deserialization without full canonical class names work.TypeInfo Defines how data types are handled in GraphSON through theGraphSONMapper
. -
Classes in org.apache.tinkerpop.gremlin.structure.io.graphson used by org.apache.tinkerpop.gremlin.structure.io.gryo Class Description AbstractObjectDeserializer Base class for creating deserializers which parses JSON to aMap
to more easily reconstruct an object.TinkerPopJacksonModule ASimpleModule
extension that does the necessary work to make the automatic typed deserialization without full canonical class names work. -
Classes in org.apache.tinkerpop.gremlin.structure.io.graphson used by org.apache.tinkerpop.gremlin.structure.io.util Class Description AbstractObjectDeserializer Base class for creating deserializers which parses JSON to aMap
to more easily reconstruct an object.TinkerPopJacksonModule ASimpleModule
extension that does the necessary work to make the automatic typed deserialization without full canonical class names work.