[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Serialisiert einen Graphen einschließlich Erweiterungen.

Namespace: DynamicNode.Core
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
public static void SerializeGraph(
	XmlWriter target,
	IGraph graph
)
Visual Basic
Public Shared Sub SerializeGraph ( _
	target As XmlWriter, _
	graph As IGraph _
)
F#
static member SerializeGraph : 
        target:XmlWriter * 
        graph:IGraph -> unit 

Parameters

target
Type: System.Xml..::..XmlWriter
Ein XmlWriter in dem der Zustand des Graphen gespeichert werden soll.
graph
Type: DynamicNode.Core..::..IGraph

[Missing <param name="graph"/> documentation for "M:DynamicNode.Core.SerializedGraph.SerializeGraph(System.Xml.XmlWriter,DynamicNode.Core.IGraph)"]

See Also