Class StarGraphGryoSerializer
java.lang.Object
org.apache.tinkerpop.shaded.kryo.Serializer<T>
org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedSerializerAdapter<StarGraph>
org.apache.tinkerpop.gremlin.structure.util.star.StarGraphGryoSerializer
A wrapper for
StarGraphSerializer that makes it compatible with TinkerPop's
shaded Kryo.- Author:
- Marko A. Rodriguez (http://markorodriguez.com), Stephen Mallette (http://stephen.genoprime.com)
-
Method Summary
Modifier and TypeMethodDescriptionstatic StarGraphGryoSerializerGets a serializer from the cache.static StarGraphGryoSerializerwithGraphFilter(GraphFilter graphFilter) Methods inherited from class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedSerializerAdapter
getSerializerShim, read, writeMethods inherited from class org.apache.tinkerpop.shaded.kryo.Serializer
copy, getAcceptsNull, isImmutable, setAcceptsNull, setGenerics, setImmutable
-
Method Details
-
with
Gets a serializer from the cache. Usenullfor the direction when requiring a serializer that doesn't serialize the edges of a vertex. -
withGraphFilter
-