GraphSonWriterOutputGraph Method (IGraph, String) |
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,
string filename
)
Public Shared Sub OutputGraph (
graph As IGraph,
filename As String
)
public:
static void OutputGraph(
IGraph^ graph,
String^ filename
)
static member OutputGraph :
graph : IGraph *
filename : string -> unit
Parameters
- graph
- Type: VelocityGraph.Frontenac.BlueprintsIGraph
the graph to serialize to JSON - filename
- Type: SystemString
the JSON file to write the Graph data to
See Also