AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

ReflectionObjectXMLSerializer Methods

The ReflectionObjectXMLSerializer type exposes the following members.

Methods


  Name Description
Public method Static member GetTypeFromReflection Obsolete.
Gets the type from reflection. Obsolete: Use AdvantageCMS.Core.Utils.ReflectionUtility.GetTypeFromReflection
Public method Static member 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.
Public method Static member LoadFromString(String, String, String)
Deserialises an XML payload into an instance of the type identified by reflectionName, probing preferredAssembly first during type resolution.
Public method Static member 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.
Public method Static member SaveToString(String, Object, String)
Serialises serializableObject to an XML string, treating its runtime type as reflectionName and probing preferredAssembly first during type resolution.