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
 
 
 
- 
 public final class StarGraphGryoSerializer extends ShadedSerializerAdapter<StarGraph> A wrapper forStarGraphSerializerthat makes it compatible with TinkerPop's shaded Kryo.- Author:
- Marko A. Rodriguez (http://markorodriguez.com), Stephen Mallette (http://stephen.genoprime.com)
 
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static StarGraphGryoSerializerwith(Direction direction)Gets a serializer from the cache.static StarGraphGryoSerializerwithGraphFilter(GraphFilter graphFilter)- 
Methods inherited from class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedSerializerAdaptergetSerializerShim, read, write
 
- 
 
- 
- 
- 
Method Detail- 
withpublic static StarGraphGryoSerializer with(Direction direction) Gets a serializer from the cache. Usenullfor the direction when requiring a serializer that doesn't serialize the edges of a vertex.
 - 
withGraphFilterpublic static StarGraphGryoSerializer withGraphFilter(GraphFilter graphFilter) 
 
- 
 
-