Save an object to Xml.

Namespace:  Bespoke.Common
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public static void SaveToXml(
	Object value,
	XmlWriter writer
)
Visual Basic (Declaration)
Public Shared Sub SaveToXml ( _
	value As Object, _
	writer As XmlWriter _
)
Visual C++
public:
static void SaveToXml(
	Object^ value, 
	XmlWriter^ writer
)

Parameters

value
Type: System..::.Object
The object to serialize.
writer
Type: System.Xml..::.XmlWriter
The XmlWriter object to save to.

See Also