Click or drag to resize

GraphSonUtilityJsonFromElement Method (IElement)

Creates GraphSON for a single graph element.

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

Parameters

element
Type: Frontenac.BlueprintsIElement

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

Return Value

Type: JObject

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

See Also