Documentation > CMS Template API Library > Util > SerializeDataContractXml(Object,Boolean)

SerializeDataContractXml

Define a class that uses [DataContract], [DataMember], and [EnumMember] tags and you can then serialize an instance of that class to XML with this method Use the Name property in the DataMember to use a name that is different from the property name -- [DataContract(Name="MySpecialName")] Use the Namespace in the DataContract to use a namespace that is custom for XML -- [DataContract(Namespace = "MySpecialNamespace")]

public System.String SerializeDataContractXml(Object,Boolean)

Parameters

NameDescriptionType

Connect with Crownpeak