Class VertexTerminator
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.structure.io.gryo.VertexTerminator
 
 
- 
public final class VertexTerminator extends Object
Represents the end of a vertex in a serialization stream.- Author:
 - Stephen Mallette (http://stephen.genoprime.com)
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static VertexTerminatorINSTANCEbyte[]terminal 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()static VertexTerminatorinstance() 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final VertexTerminator INSTANCE
 
- 
terminal
public final byte[] terminal
 
 - 
 
 -