Click or drag to resize

GraphSonUtilityJsonFromElement Method (IElement)

Creates GraphSON for a single graph element.

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public JObject JsonFromElement(
	IElement element
)

Parameters

element
Type: VelocityGraph.Frontenac.BlueprintsIElement

[Missing <param name="element"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.JsonFromElement(VelocityGraph.Frontenac.Blueprints.IElement)"]

Return Value

Type: JObject

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

See Also