SerializationExtensionsDeserialize Method |
Returns the XML element deserialized as a
BaseInfo object.
Namespace: CMS.DataEngine.SerializationAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public static DeserializationResult Deserialize(
this XmlElement element
)
Parameters
- element
- Type: System.XmlXmlElement
XML element containing all the object data
Return Value
Type:
DeserializationResultUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
XmlElement. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
Exceptions Exception | Condition |
---|
ArgumentNullException | element is null. |
See Also