GraphSonWriter Methods |
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.
|