IDataContractSerializerServiceTDeserialize Method |
Deserializes XML string to object instance.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax T Deserialize(
string xml
)
Parameters
- xml
- Type: SystemString
Input XML text for deserialization.
Return Value
Type:
TDeserialized object instance from
xml string representation.
Exceptions Exception | Condition |
---|
ArgumentNullException | Thrown when xml is null. |
SerializationException | Thrown when deserialization from input xml failed. |
See Also