GraphSerializer.Save Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Save(Graph, Stream) | Serialize the given graph to the given output stream. | |
Save(Graph, TextWriter) | Serialize the given graph to the given text writer. | |
Save(Graph, String) | Serialize the given graph to the given file name. | |
Save(Graph, XmlWriter) | Serialize the given graph to the given XML writer. | |
Save(Graph, TextWriter, Int32) | Serialize the given graph to the given text writer. |
Top