GraphSonUtility Class |
Namespace: VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
The GraphSonUtility type exposes the following members.
Name | Description | |
---|---|---|
GraphSonUtility(GraphSonMode, IElementFactory) |
A GraphSONUtiltiy that includes all properties of vertices and edges.
| |
GraphSonUtility(GraphSonMode, IElementFactory, ElementPropertyConfig) | Initializes a new instance of the GraphSonUtility class | |
GraphSonUtility(GraphSonMode, IElementFactory, IEnumerableString, IEnumerableString) |
A GraphSONUtility that includes the specified properties.
|
Name | Description | |
---|---|---|
EdgeFromJson(JObject, IVertex, IVertex) |
Creates an edge from GraphSON using settings supplied in the constructor.
| |
EdgeFromJson(Stream, IVertex, IVertex) | ||
EdgeFromJson(String, IVertex, IVertex) |
Creates an edge from GraphSON using settings supplied in the constructor.
| |
EdgeFromJson(JObject, IVertex, IVertex, IElementFactory, GraphSonMode, IEnumerableString) |
Reads an individual Edge from JSON. The edge must match the accepted GraphSON format.
| |
EdgeFromJson(Stream, IVertex, IVertex, IElementFactory, GraphSonMode, IEnumerableString) |
Reads an individual Edge from JSON. The edge must match the accepted GraphSON format.
| |
EdgeFromJson(String, IVertex, IVertex, IElementFactory, GraphSonMode, IEnumerableString) |
Reads an individual Edge from JSON. The edge must match the accepted GraphSON format.
| |
GetTypedValueFromJsonNode | ||
JsonFromElement(IElement) |
Creates GraphSON for a single graph element.
| |
JsonFromElement(IElement, IEnumerableString, GraphSonMode) |
Creates a JSON.NET ObjectNode from a graph element.
| |
VertexFromJson(JObject) |
Creates a vertex from GraphSON using settings supplied in the constructor.
| |
VertexFromJson(Stream) |
Creates a vertex from GraphSON using settings supplied in the constructor.
| |
VertexFromJson(String) |
Creates a vertex from GraphSON using settings supplied in the constructor.
| |
VertexFromJson(JObject, IElementFactory, GraphSonMode, IEnumerableString) |
Reads an individual Vertex from JSON. The vertex must match the accepted GraphSON format.
| |
VertexFromJson(Stream, IElementFactory, GraphSonMode, IEnumerableString) |
Reads an individual Vertex from JSON. The vertex must match the accepted GraphSON format.
| |
VertexFromJson(String, IElementFactory, GraphSonMode, IEnumerableString) |
Reads an individual Vertex from JSON. The vertex must match the accepted GraphSON format.
|