Click or drag to resize

GraphSonUtilityEdgeFromJson Method (Stream, IVertex, IVertex, IElementFactory, GraphSonMode, IEnumerableString)

Reads an individual Edge from JSON. The edge must match the accepted GraphSON format.

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public static IEdge EdgeFromJson(
	Stream json,
	IVertex out_,
	IVertex in_,
	IElementFactory factory,
	GraphSonMode mode,
	IEnumerable<string> propertyKeys
)

Parameters

json
Type: System.IOStream
a single edge in GraphSON format as a Stream
out_
Type: VelocityGraph.Frontenac.BlueprintsIVertex

[Missing <param name="out_"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.EdgeFromJson(System.IO.Stream,VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.IElementFactory,VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonMode,System.Collections.Generic.IEnumerable{System.String})"]

in_
Type: VelocityGraph.Frontenac.BlueprintsIVertex

[Missing <param name="in_"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.EdgeFromJson(System.IO.Stream,VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.IElementFactory,VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonMode,System.Collections.Generic.IEnumerable{System.String})"]

factory
Type: VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSONIElementFactory
the factory responsible for constructing graph elements
mode
Type: VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSONGraphSonMode
the mode of the GraphSON
propertyKeys
Type: System.Collections.GenericIEnumerableString
a list of keys to include when reading of element properties

Return Value

Type: IEdge

[Missing <returns> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.EdgeFromJson(System.IO.Stream,VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.IElementFactory,VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonMode,System.Collections.Generic.IEnumerable{System.String})"]

See Also