Uses of Package
org.apache.tinkerpop.gremlin.structure.io.graphson
Packages that use org.apache.tinkerpop.gremlin.structure.io.graphson
Package
Description
-
-
Classes in org.apache.tinkerpop.gremlin.structure.io.graphson used by org.apache.tinkerpop.gremlin.structure.io.graphsonClassDescriptionExtension of the Jackson's default TypeSerializer.Constructs GraphSON IO implementations given a
GraphandIoRegistry.An extension to the standard JacksonObjectMapperwhich automatically registers the standardGraphSONModulefor serializingGraphelements.A @{link GraphReader} that constructs a graph from a JSON-based representation of a graph and its elements.Provides quick lookup for Type deserialization extracted from the JSON payload.Creates the Type serializers as well as the Typed deserializers that will be provided to the serializers and deserializers.The set of available GraphSON versions.A @{link GraphWriter} that writes a graph and its elements to a JSON-based representation.Utility class to easily concatenate multiple JsonParsers.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.ASimpleModuleextension that does the necessary work to make the automatic typed deserialization without full canonical class names work.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.gryoClassDescriptionBase class for creating deserializers which parses JSON to a
Mapto more easily reconstruct an object.ASimpleModuleextension 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.utilClassDescriptionBase class for creating deserializers which parses JSON to a
Mapto more easily reconstruct an object.ASimpleModuleextension 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.util.serClassDescriptionBase class for creating deserializers which parses JSON to a
Mapto more easily reconstruct an object.