Click or drag to resize
IDataContractSerializerServiceTDeserialize Method
Deserializes XML string to object instance.

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

Parameters

xml
Type: SystemString
Input XML text for deserialization.

Return Value

Type: T
Deserialized object instance from xml string representation.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when xml is null.
SerializationExceptionThrown when deserialization from input xml failed.
See Also