Uses of Package
org.apache.tinkerpop.gremlin.structure.io.gryo
Packages that use org.apache.tinkerpop.gremlin.structure.io.gryo
Package
Description
-
-
Classes in org.apache.tinkerpop.gremlin.structure.io.gryo used by org.apache.tinkerpop.gremlin.structure.io.gryoClassDescriptionThis mapper implementation of the
ClassResolverhelps ensure that all Vertex and Edge concrete classes get properly serialized and deserialized by stripping them of their concrete class name so that they are treated generically.Constructs Gryo IO implementations given aGraphandIoRegistry.AMapperimplementation for Kryo.A builder to construct aGryoMapperinstance.Gryo objects are somewhat expensive to construct (given the dependency on Kryo), therefore this pool helps re-use those objects.TheGraphReaderfor the Gremlin Structure serialization format based on Kryo.TheGraphWriterfor the Gremlin Structure serialization format based on Kryo.Represents a class serializable with Gryo.Represents the end of a vertex in a serialization stream.