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 Summary
All 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.ShadedSerializerAdapter
getSerializerShim, read, write 
 - 
 
 - 
 
- 
- 
Method Detail
- 
with
public 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. 
- 
withGraphFilter
public static StarGraphGryoSerializer withGraphFilter(GraphFilter graphFilter)
 
 - 
 
 -