'Declaration
Public Overloads Function Deserialize( _ ByVal xmlElement As System.Xml.XmlElement, _ Optional ByVal settings As LxReaderSettings _ ) As System.Object
public System.object Deserialize( System.Xml.XmlElement xmlElement, LxReaderSettings settings )
Parameters
- xmlElement
- The System.Xml.XmlElement to read the xml data from
- settings
- A settings to control how the data is de-serialized
Return Value
The de-serialized object