public class StarGraphGraphSONDeserializer extends Object
Constructor and Description |
---|
StarGraphGraphSONDeserializer() |
Modifier and Type | Method and Description |
---|---|
static void |
readStarGraphEdges(Function<Attachable<Edge>,Edge> edgeMaker,
StarGraph starGraph,
Map<String,Object> vertexData,
String direction)
A helper function for reading vertex edges from a serialized
StarGraph (i.e. |
static StarGraph |
readStarGraphVertex(Map<String,Object> vertexData)
A helper function for reading a serialized
StarGraph from a Map generated by
StarGraphGraphSONSerializerV1d0 . |
public static void readStarGraphEdges(Function<Attachable<Edge>,Edge> edgeMaker, StarGraph starGraph, Map<String,Object> vertexData, String direction) throws IOException
StarGraph
(i.e. a Map
) generated by
StarGraphGraphSONSerializerV1d0
.IOException
public static StarGraph readStarGraphVertex(Map<String,Object> vertexData) throws IOException
StarGraph
from a Map
generated by
StarGraphGraphSONSerializerV1d0
.IOException
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.