This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Facade to XML serialization and deserialization of strongly typed objects to/from an XML file. References: XML Serialization at http://samples.gotdotnet.com/: http://samples.gotdotnet.com/QuickStart/howto/default.aspx?url=/quickstart/howto/doc/xmlserialization/rwobjfromxml.aspx

Namespace: Smartsite.Tools
Assembly:  Smartsite.Tools (in Smartsite.Tools.dll)

Syntax

C#Copy imageCopy Code
public static class ObjectXMLSerializer<T>
where T : class
Visual Basic (Declaration)Copy imageCopy Code
Public NotInheritable Class ObjectXMLSerializer(Of T As Class)

Type Parameters

T

Inheritance Hierarchy

System..::..Object
  Smartsite.Tools..::..ObjectXMLSerializer<(Of <(<'T>)>)>

See Also

Advanced