GraphSonReader Constructor |
Namespace:
VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public GraphSonReader(
IGraph graph
)
Public Sub New (
graph As IGraph
)
public:
GraphSonReader(
IGraph^ graph
)
new :
graph : IGraph -> GraphSonReader
Parameters
- graph
- Type: VelocityGraph.Frontenac.BlueprintsIGraph
the graph to populate with the JSON data
See Also