Click or drag to resize

GraphSonUtilityVertexFromJson Method (String)

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(
	string json
)

Parameters

json
Type: SystemString

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

Return Value

Type: IVertex

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

See Also