GraphSonUtilityVertexFromJson Method |
Name | Description | |
---|---|---|
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.
|