Click or drag to resize

GraphSonUtility Class

Helps write individual graph elements to TinkerPop JSON format known as GraphSON.
Inheritance Hierarchy
SystemObject
  VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSONGraphSonUtility

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public class GraphSonUtility

The GraphSonUtility type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEdgeFromJson(JObject, IVertex, IVertex)
Creates an edge from GraphSON using settings supplied in the constructor.
Public methodEdgeFromJson(Stream, IVertex, IVertex)
Public methodEdgeFromJson(String, IVertex, IVertex)
Creates an edge from GraphSON using settings supplied in the constructor.
Public methodStatic memberEdgeFromJson(JObject, IVertex, IVertex, IElementFactory, GraphSonMode, IEnumerableString)
Reads an individual Edge from JSON. The edge must match the accepted GraphSON format.
Public methodStatic memberEdgeFromJson(Stream, IVertex, IVertex, IElementFactory, GraphSonMode, IEnumerableString)
Reads an individual Edge from JSON. The edge must match the accepted GraphSON format.
Public methodStatic memberEdgeFromJson(String, IVertex, IVertex, IElementFactory, GraphSonMode, IEnumerableString)
Reads an individual Edge from JSON. The edge must match the accepted GraphSON format.
Public methodStatic memberGetTypedValueFromJsonNode
Public methodJsonFromElement(IElement)
Creates GraphSON for a single graph element.
Public methodStatic memberJsonFromElement(IElement, IEnumerableString, GraphSonMode)
Creates a JSON.NET ObjectNode from a graph element.
Public methodVertexFromJson(JObject)
Creates a vertex from GraphSON using settings supplied in the constructor.
Public methodVertexFromJson(Stream)
Creates a vertex from GraphSON using settings supplied in the constructor.
Public methodVertexFromJson(String)
Creates a vertex from GraphSON using settings supplied in the constructor.
Public methodStatic memberVertexFromJson(JObject, IElementFactory, GraphSonMode, IEnumerableString)
Reads an individual Vertex from JSON. The vertex must match the accepted GraphSON format.
Public methodStatic memberVertexFromJson(Stream, IElementFactory, GraphSonMode, IEnumerableString)
Reads an individual Vertex from JSON. The vertex must match the accepted GraphSON format.
Public methodStatic memberVertexFromJson(String, IElementFactory, GraphSonMode, IEnumerableString)
Reads an individual Vertex from JSON. The vertex must match the accepted GraphSON format.
Top
See Also