AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

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

Overload List


  Name Description
Public method Static member Save(T, String)
Saves an object to an XML file in Document format.
Public method Static member Save(T, String, SerializedFormat)
Saves an object to an XML file using a specified serialized format.
Public method Static member 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.
Public method Static member Save(T, String, IsolatedStorageFile)
Saves an object to an XML file in Document format, located in a specified isolated storage area.
Public method Static member Save(T, String, IsolatedStorageFile, SerializedFormat)
Saves an object to an XML file located in a specified isolated storage area, using a specified serialized format.
Public method Static member 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.