Uses of Interface
org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.SerializerShim
-
Packages that use SerializerShim Package Description org.apache.tinkerpop.gremlin.structure.io.gryo org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded Implementations of the interfaces inorg.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim
using TinkerPop's shaded copy of Kryo.org.apache.tinkerpop.gremlin.structure.util.star org.apache.tinkerpop.gremlin.util.ser -
-
Uses of SerializerShim in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return SerializerShim Modifier and Type Method Description SerializerShim<T>
TypeRegistration. getSerializerShim()
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type SerializerShim Modifier and Type Method Description GryoMapper.Builder
GryoMapper.Builder. addCustom(Class clazz, SerializerShim serializer)
Register custom class to serialize with a custom serialization shim. -
Uses of SerializerShim in org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded that return SerializerShim Modifier and Type Method Description SerializerShim<T>
ShadedSerializerAdapter. getSerializerShim()
Constructors in org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded with parameters of type SerializerShim Constructor Description ShadedSerializerAdapter(SerializerShim<T> serializer)
-
Uses of SerializerShim in org.apache.tinkerpop.gremlin.structure.util.star
Classes in org.apache.tinkerpop.gremlin.structure.util.star that implement SerializerShim Modifier and Type Class Description class
StarGraphSerializer
Kryo serializer forStarGraph
. -
Uses of SerializerShim in org.apache.tinkerpop.gremlin.util.ser
Classes in org.apache.tinkerpop.gremlin.util.ser that implement SerializerShim Modifier and Type Class Description class
RequestMessageGryoSerializer
class
ResponseMessageGryoSerializer
-