Click or drag to resize

GraphSonUtilityVertexFromJson Method (Stream)

Creates a vertex 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 IVertex VertexFromJson(
	Stream json
)

Parameters

json
Type: System.IOStream

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

Return Value

Type: IVertex

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

See Also