Class StarGraphGraphSONDeserializer
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.structure.util.star.StarGraphGraphSONDeserializer
 
- 
 public class StarGraphGraphSONDeserializer extends Object Provides helper functions for reading vertex and edges from their serialized GraphSON forms.
- 
- 
Constructor SummaryConstructors Constructor Description StarGraphGraphSONDeserializer()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidreadStarGraphEdges(Function<Attachable<Edge>,Edge> edgeMaker, StarGraph starGraph, Map<String,Object> vertexData, String direction)A helper function for reading vertex edges from a serializedStarGraph(i.e.static StarGraphreadStarGraphVertex(Map<String,Object> vertexData)A helper function for reading a serializedStarGraphfrom aMapgenerated byStarGraphGraphSONSerializerV1d0.
 
- 
- 
- 
Method Detail- 
readStarGraphEdgespublic static void readStarGraphEdges(Function<Attachable<Edge>,Edge> edgeMaker, StarGraph starGraph, Map<String,Object> vertexData, String direction) throws IOException A helper function for reading vertex edges from a serializedStarGraph(i.e. aMap) generated byStarGraphGraphSONSerializerV1d0.- Throws:
- IOException
 
 - 
readStarGraphVertexpublic static StarGraph readStarGraphVertex(Map<String,Object> vertexData) throws IOException A helper function for reading a serializedStarGraphfrom aMapgenerated byStarGraphGraphSONSerializerV1d0.- Throws:
- IOException
 
 
- 
 
-