GraphSonReader Class |
Namespace: VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
The GraphSonReader type exposes the following members.
Name | Description | |
---|---|---|
GraphSonReader | Initializes a new instance of the GraphSonReader class |
Name | Description | |
---|---|---|
InputGraph(Stream) |
Input the JSON stream data into the graph.
In practice, usually the provided graph is empty.
| |
InputGraph(String) |
Input the JSON stream data into the graph.
In practice, usually the provided graph is empty.
| |
InputGraph(Stream, Int32) |
Input the JSON stream data into the graph.
In practice, usually the provided graph is empty.
| |
InputGraph(String, Int32) |
Input the JSON stream data into the graph.
In practice, usually the provided graph is empty.
| |
InputGraph(IGraph, Stream) |
Input the JSON stream data into the graph.
In practice, usually the provided graph is empty.
| |
InputGraph(IGraph, String) |
Input the JSON stream data into the graph.
In practice, usually the provided graph is empty.
| |
InputGraph(IGraph, Stream, Int32) | ||
InputGraph(IGraph, String, Int32) | ||
InputGraph(IGraph, Stream, Int32, IEnumerableString, IEnumerableString) |
Input the JSON stream data into the graph.
More control over how data is streamed is provided by this method.
| |
InputGraph(IGraph, String, Int32, IEnumerableString, IEnumerableString) |
Input the JSON stream data into the graph.
More control over how data is streamed is provided by this method.
|