Click or drag to resize

GraphSonWriterOutputGraph Method (IGraph, Stream)

Write the data in a Graph to a JSON OutputStream. All keys are written to JSON. Utilizing GraphSONMode.NORMAL.

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public static void OutputGraph(
	IGraph graph,
	Stream jsonOutputStream
)

Parameters

graph
Type: VelocityGraph.Frontenac.BlueprintsIGraph
the graph to serialize to JSON
jsonOutputStream
Type: System.IOStream
the JSON OutputStream to write the Graph data to
See Also