Click or drag to resize

GraphSonReaderInputGraph Method

Overload List
  NameDescription
Public methodInputGraph(Stream)
Input the JSON stream data into the graph. In practice, usually the provided graph is empty.
Public methodInputGraph(String)
Input the JSON stream data into the graph. In practice, usually the provided graph is empty.
Public methodInputGraph(Stream, Int32)
Input the JSON stream data into the graph. In practice, usually the provided graph is empty.
Public methodInputGraph(String, Int32)
Input the JSON stream data into the graph. In practice, usually the provided graph is empty.
Public methodStatic memberInputGraph(IGraph, Stream)
Input the JSON stream data into the graph. In practice, usually the provided graph is empty.
Public methodStatic memberInputGraph(IGraph, String)
Input the JSON stream data into the graph. In practice, usually the provided graph is empty.
Public methodStatic memberInputGraph(IGraph, Stream, Int32)
Public methodStatic memberInputGraph(IGraph, String, Int32)
Public methodStatic memberInputGraph(IGraph, Stream, Int32, IEnumerableString, IEnumerableString)
Input the JSON stream data into the graph. More control over how data is streamed is provided by this method.
Public methodStatic memberInputGraph(IGraph, String, Int32, IEnumerableString, IEnumerableString)
Input the JSON stream data into the graph. More control over how data is streamed is provided by this method.
Top
See Also