Serializes object using the specified writer.

Namespace:  PerpetuumSoft.Framework.Serialization
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public void Serialize(
	Object target,
	XmlWriter writer
)
Visual Basic (Declaration)
Public Sub Serialize ( _
	target As Object, _
	writer As XmlWriter _
)
Visual C++
public:
void Serialize(
	Object^ target, 
	XmlWriter^ writer
)

Parameters

target
Type: System..::.Object
writer
Type: System.Xml..::.XmlWriter

See Also