Click or drag to resize

GraphSonUtility Methods

The GraphSonUtility type exposes the following members.

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