Click or drag to resize

GraphSonReader Constructor

Initializes a new instance of the GraphSonReader class

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public GraphSonReader(
	IGraph graph
)

Parameters

graph
Type: VelocityGraph.Frontenac.BlueprintsIGraph
the graph to populate with the JSON data
See Also