AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

ObjectXMLSerializer<(Of <(<'T>)>)> Class

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:  AdvantageCMS.Core.Utils
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static class ObjectXMLSerializer<T>

Type Parameters

T

Inheritance Hierarchy


Object
  AdvantageCMS.Core.Utils..::..ObjectXMLSerializer<(Of <(<'T>)>)>