Click or drag to resize

GraphSonUtilityEdgeFromJson Method (String, IVertex, IVertex)

Creates an edge from GraphSON using settings supplied in the constructor.

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public IEdge EdgeFromJson(
	string json,
	IVertex out_,
	IVertex in_
)

Parameters

json
Type: SystemString

[Missing <param name="json"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.EdgeFromJson(System.String,VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.IVertex)"]

out_
Type: VelocityGraph.Frontenac.BlueprintsIVertex

[Missing <param name="out_"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.EdgeFromJson(System.String,VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.IVertex)"]

in_
Type: VelocityGraph.Frontenac.BlueprintsIVertex

[Missing <param name="in_"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.EdgeFromJson(System.String,VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.IVertex)"]

Return Value

Type: IEdge

[Missing <returns> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.EdgeFromJson(System.String,VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.IVertex)"]

See Also