AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

ObjectXMLSerializer<(Of <(<'T>)>)> Members

The ObjectXMLSerializer<(Of <(<'T>)>)> type exposes the following members.

Methods


  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.
Public method Static member LoadFromString(String)
Loads from string.
Public method Static member LoadFromString(String, String)
Loads from string.
Public method Static member LoadListFromString
Loads the list from string.
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.
Public method Static member SaveToString
Converts to string.