ReflectionObjectXMLSerializer Methods
The ReflectionObjectXMLSerializer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
GetTypeFromReflection | Obsolete. Gets the type from reflection. Obsolete: Use AdvantageCMS.Core.Utils.ReflectionUtility.GetTypeFromReflection |
|
|
LoadFromString(String, String) |
Deserialises an XML payload into an instance of the type identified by
reflectionName. No preferred-assembly hint is supplied;
resolution walks the standard ReflectionUtility tier chain.
|
|
|
LoadFromString(String, String, String) |
Deserialises an XML payload into an instance of the type identified by
reflectionName, probing preferredAssembly
first during type resolution.
|
|
|
SaveToString(String, Object) |
Serialises serializableObject to an XML string, treating its
runtime type as reflectionName. No preferred-assembly hint
is supplied; resolution walks the standard ReflectionUtility
tier chain.
|
|
|
SaveToString(String, Object, String) |
Serialises serializableObject to an XML string, treating its
runtime type as reflectionName and probing
preferredAssembly first during type resolution.
|

