ObjectXMLSerializer<(Of <(<'T>)>)>..::..Load Method
Overload List
Name | Description | |
---|---|---|
Load(String) |
Loads an object from an XML file in Document format.
|
|
Load(String, SerializedFormat) |
Loads an object from an XML file using a specified serialized format.
|
|
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.
|
|
Load(String, IsolatedStorageFile) |
Loads an object from an XML file in Document format, located in a specified isolated storage area.
|
|
Load(String, IsolatedStorageFile, SerializedFormat) |
Loads an object from an XML file located in a specified isolated storage area, using a specified serialized format.
|
|
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.
|