AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

ReflectionObjectXMLSerializer..::..SaveToString Method (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.

Namespace:  AdvantageCMS.Core.Utils
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static string SaveToString(
	string reflectionName,
	Object serializableObject
)

Parameters

reflectionName
Type: String
Fully qualified type name (for example, Namespace.Type).
serializableObject
Type: Object
The object to serialise.

Return Value

The XML representation.