Uses of Class
org.apache.tinkerpop.gremlin.structure.io.AbstractIoRegistry
-
Packages that use AbstractIoRegistry Package Description org.apache.tinkerpop.gremlin.structure.io.gryo org.apache.tinkerpop.gremlin.structure.io.util org.apache.tinkerpop.gremlin.tinkergraph.structure -
-
Uses of AbstractIoRegistry in org.apache.tinkerpop.gremlin.structure.io.gryo
Subclasses of AbstractIoRegistry in org.apache.tinkerpop.gremlin.structure.io.gryo Modifier and Type Class Description class
ToyIoRegistry
-
Uses of AbstractIoRegistry in org.apache.tinkerpop.gremlin.structure.io.util
Subclasses of AbstractIoRegistry in org.apache.tinkerpop.gremlin.structure.io.util Modifier and Type Class Description static class
CustomId.CustomIdIoRegistry
-
Uses of AbstractIoRegistry in org.apache.tinkerpop.gremlin.tinkergraph.structure
Subclasses of AbstractIoRegistry in org.apache.tinkerpop.gremlin.tinkergraph.structure Modifier and Type Class Description class
TinkerIoRegistryV1d0
An implementation of theIoRegistry
interface that provides serializers with custom configurations for implementation specific classes that might need to be serialized.class
TinkerIoRegistryV2d0
An implementation of theIoRegistry
interface that provides serializers with custom configurations for implementation specific classes that might need to be serialized.class
TinkerIoRegistryV3d0
An implementation of theIoRegistry
interface that provides serializers with custom configurations for implementation specific classes that might need to be serialized.
-