AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

BusinessObject<(Of <(<'T>)>)>..::..GetSerializedObject Method

Gets the serialized object.

Namespace:  AdvantageCMS.Core.Admin.BaseClasses
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


protected internal virtual string GetSerializedObject()

Return Value

System.String.

Examples


C#
AgentConfig config = GetCurrentAgentConfig();
string xml = config.GetSerializedObject();
// xml contains the full XML representation of the business object