[This is preliminary documentation and is subject to change.]
Serialize the given object to a xml file
Namespace:
OfficeClip.UtilsAssembly: 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