Uses of Class
org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedOutputAdapter
-
Packages that use ShadedOutputAdapter 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 ShadedOutputAdapter 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 ShadedOutputAdapter Modifier and Type Method Description voidShadedKryoAdapter. writeClassAndObject(ShadedOutputAdapter output, Object object)voidShadedKryoAdapter. writeObject(ShadedOutputAdapter output, Object object)voidShadedKryoAdapter. writeObjectOrNull(ShadedOutputAdapter output, Object object, Class type)
-