Click or drag to resize

GraphSonWriter Class

GraphSONWriter writes a Graph to a TinkerPop JSON OutputStream.
Inheritance Hierarchy
SystemObject
  VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSONGraphSonWriter

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public class GraphSonWriter

The GraphSonWriter type exposes the following members.

Constructors
  NameDescription
Public methodGraphSonWriter
Initializes a new instance of the GraphSonWriter class
Top
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