ObjectXMLSerializer<(Of <(<'T>)>)>..::..Save Method
Overload List
Name | Description | |
---|---|---|
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.
|