Click or drag to resize

GraphSonWriter Methods

Methods
  NameDescription
Public methodStatic memberOutputGraph(IGraph, Stream)
Write the data in a Graph to a JSON OutputStream. All keys are written to JSON. Utilizing GraphSONMode.NORMAL.
Public methodStatic memberOutputGraph(IGraph, String)
Write the data in a Graph to a JSON OutputStream. All keys are written to JSON. Utilizing GraphSONMode.NORMAL.
Public methodStatic memberOutputGraph(IGraph, Stream, GraphSonMode)
Write the data in a Graph to a JSON OutputStream. All keys are written to JSON.
Public methodStatic memberOutputGraph(IGraph, String, GraphSonMode)
Write the data in a Graph to a JSON OutputStream. All keys are written to JSON.
Public methodOutputGraph(Stream, IEnumerableString, IEnumerableString, GraphSonMode)
Write the data in a Graph to a JSON OutputStream.
Public methodOutputGraph(String, IEnumerableString, IEnumerableString, GraphSonMode)
Write the data in a Graph to a JSON OutputStream.
Public methodStatic memberOutputGraph(IGraph, Stream, IEnumerableString, IEnumerableString, GraphSonMode)
Write the data in a Graph to a JSON OutputStream.
Public methodStatic memberOutputGraph(IGraph, String, IEnumerableString, IEnumerableString, GraphSonMode)
Write the data in a Graph to a JSON OutputStream.
Top
See Also