Click or drag to resize

GraphSonUtilityEdgeFromJson Method (Stream, IVertex, IVertex)

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

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

Parameters

json
Type: System.IOStream

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

out_
Type: Frontenac.BlueprintsIVertex

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

in_
Type: Frontenac.BlueprintsIVertex

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

Return Value

Type: IEdge

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

See Also