ObjectXMLSerializer<(Of <(<'T>)>)> Members
The ObjectXMLSerializer<(Of <(<'T>)>)> type exposes the following members.
Methods
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.
|
|
LoadFromString(String) |
Loads from string.
|
|
LoadFromString(String, String) |
Loads from string.
|
|
LoadListFromString |
Loads the list from string.
|
|
Save(T, String) |
Saves an object to an XML file in Document format.
|
|
Save(T, String, SerializedFormat) |
Saves an object to an XML file using a specified serialized format.
|
|
Save(T, String, array<Type>[]()[][]) |
Saves an object to an XML file in Document format, supplying extra data types to enable serialization of custom types within the object.
|
|
Save(T, String, IsolatedStorageFile) |
Saves an object to an XML file in Document format, located in a specified isolated storage area.
|
|
Save(T, String, IsolatedStorageFile, SerializedFormat) |
Saves an object to an XML file located in a specified isolated storage area, using a specified serialized format.
|
|
Save(T, String, IsolatedStorageFile, array<Type>[]()[][]) |
Saves an object to an XML file in Document format, located in a specified isolated storage area, and supplying extra data types to enable serialization of custom types within the object.
|
|
SaveToString |
Converts to string.
|