[This is preliminary documentation and is subject to change.]

Serialize the given object to a xml file

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static bool SerializeXml(
	Object o,
	string xmlFile
)
Visual Basic (Declaration)
Public Shared Function SerializeXml ( _
	o As Object, _
	xmlFile As String _
) As Boolean
Visual C++
public:
static bool SerializeXml(
	Object^ o, 
	String^ xmlFile
)

Parameters

o
Type: System..::.Object
The object to be serialized
xmlFile
Type: System..::.String
The xml file where the object should be written to

Return Value

True respresetnts successful and False represents failure

See Also