Click or drag to resize

GraphSonUtility Constructor (GraphSonMode, IElementFactory)

A GraphSONUtiltiy that includes all properties of vertices and edges.

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public GraphSonUtility(
	GraphSonMode mode,
	IElementFactory factory
)

Parameters

mode
Type: VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSONGraphSonMode

[Missing <param name="mode"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.#ctor(VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonMode,VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.IElementFactory)"]

factory
Type: VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSONIElementFactory

[Missing <param name="factory"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.#ctor(VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonMode,VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.IElementFactory)"]

See Also