Click or drag to resize
IDataContractSerializerServiceTSerialize Method
Serializes object instance to XML string representation.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
string Serialize(
	T obj
)

Parameters

obj
Type: T
Input object for serialization.

Return Value

Type: String
Serialized object obj to XML string representation.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when obj is null.
See Also