GraphSonUtilityEdgeFromJson Method |
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.
|