Click or drag to resize

GraphSonUtilityVertexFromJson Method

Overload List
  NameDescription
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