XmlTools SaveToXml T  Method (T, XmlWriter)A Sandcastle Documented Class Library
Saves an object into an XML file.

Namespace: Censitif.Library.Data
Assembly: Censitif.Library (in Censitif.Library.dll) Version: 1.0.4878.23877
Syntax

public static void SaveToXml<T>(
	T source,
	XmlWriter writer
)

Parameters

source
Type: T
The object to save.
writer
Type: System.Xml XmlWriter
The XML writer.
Type Parameters

T
The type of data to be written to the XML.
See Also