AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

ObjectXMLSerializer<(Of <(<'T>)>)>..::..Load Method

Overload List


  Name Description
Public method Static member Load(String)
Loads an object from an XML file in Document format.
Public method Static member Load(String, SerializedFormat)
Loads an object from an XML file using a specified serialized format.
Public method Static member Load(String, array<Type>[]()[][])
Loads an object from an XML file in Document format, supplying extra data types to enable deserialization of custom types within the object.
Public method Static member Load(String, IsolatedStorageFile)
Loads an object from an XML file in Document format, located in a specified isolated storage area.
Public method Static member Load(String, IsolatedStorageFile, SerializedFormat)
Loads an object from an XML file located in a specified isolated storage area, using a specified serialized format.
Public method Static member Load(String, IsolatedStorageFile, array<Type>[]()[][])
Loads an object from an XML file in Document format, located in a specified isolated storage area, and supplying extra data types to enable deserialization of custom types within the object.