GraphSonWriter Class |
Namespace: VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
The GraphSonWriter type exposes the following members.
Name | Description | |
---|---|---|
![]() | GraphSonWriter | Initializes a new instance of the GraphSonWriter class |
Name | Description | |
---|---|---|
![]() ![]() | OutputGraph(IGraph, Stream) |
Write the data in a Graph to a JSON OutputStream. All keys are written to JSON. Utilizing
GraphSONMode.NORMAL.
|
![]() ![]() | OutputGraph(IGraph, String) |
Write the data in a Graph to a JSON OutputStream. All keys are written to JSON. Utilizing
GraphSONMode.NORMAL.
|
![]() ![]() | OutputGraph(IGraph, Stream, GraphSonMode) |
Write the data in a Graph to a JSON OutputStream. All keys are written to JSON.
|
![]() ![]() | OutputGraph(IGraph, String, GraphSonMode) |
Write the data in a Graph to a JSON OutputStream. All keys are written to JSON.
|
![]() | OutputGraph(Stream, IEnumerableString, IEnumerableString, GraphSonMode) |
Write the data in a Graph to a JSON OutputStream.
|
![]() | OutputGraph(String, IEnumerableString, IEnumerableString, GraphSonMode) |
Write the data in a Graph to a JSON OutputStream.
|
![]() ![]() | OutputGraph(IGraph, Stream, IEnumerableString, IEnumerableString, GraphSonMode) |
Write the data in a Graph to a JSON OutputStream.
|
![]() ![]() | OutputGraph(IGraph, String, IEnumerableString, IEnumerableString, GraphSonMode) |
Write the data in a Graph to a JSON OutputStream.
|