public class StarGraphGraphSONSerializer
extends <any>
Modifier and Type | Class and Description |
---|---|
static class |
StarGraphGraphSONSerializer.DirectionalStarGraph |
Constructor and Description |
---|
StarGraphGraphSONSerializer(boolean normalize) |
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
StarGraphGraphSONSerializer . |
void |
serialize(StarGraphGraphSONSerializer.DirectionalStarGraph starGraph,
JsonGenerator jsonGenerator,
SerializerProvider serializerProvider) |
void |
serializeWithType(StarGraphGraphSONSerializer.DirectionalStarGraph starGraph,
JsonGenerator jsonGenerator,
SerializerProvider serializerProvider,
TypeSerializer typeSerializer) |
public StarGraphGraphSONSerializer(boolean normalize)
public void serialize(StarGraphGraphSONSerializer.DirectionalStarGraph starGraph, JsonGenerator jsonGenerator, SerializerProvider serializerProvider) throws IOException, JsonGenerationException
IOException
JsonGenerationException
public void serializeWithType(StarGraphGraphSONSerializer.DirectionalStarGraph starGraph, JsonGenerator jsonGenerator, SerializerProvider serializerProvider, TypeSerializer typeSerializer) throws IOException, JsonProcessingException
IOException
JsonProcessingException
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
StarGraphGraphSONSerializer
.IOException
public static StarGraph readStarGraphVertex(Map<String,Object> vertexData) throws IOException
StarGraph
from a Map
generated by
StarGraphGraphSONSerializer
.IOException
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.