Uses of Class
org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedInputAdapter
-
Packages that use ShadedInputAdapter Package Description org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded Implementations of the interfaces inorg.apache.tinkerpop.gremlin.structure.io.gryo.kryoshimusing TinkerPop's shaded copy of Kryo. -
-
Uses of ShadedInputAdapter in org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded with parameters of type ShadedInputAdapter Modifier and Type Method Description ObjectShadedKryoAdapter. readClassAndObject(ShadedInputAdapter input)<T> TShadedKryoAdapter. readObject(ShadedInputAdapter input, Class<T> type)<T> TShadedKryoAdapter. readObjectOrNull(ShadedInputAdapter input, Class<T> type)
-