Deserialize(XmlReader,LxReaderSettings) Method
De-serializes an XML document, creating a class populated with the data from the XmlReader. Creates an instance of from the data in the
'Declaration
Public Overloads Function Deserialize( _
ByVal As System.Xml.XmlReader, _
Optional ByVal As LxReaderSettings _
) As
public Deserialize(
System.Xml.XmlReader ,
LxReaderSettings
)
Parameters
- xmlReader
- The System.Xml.XmlReader to read the XML data from
- settings
- A settings to control how the data is de-serialized
Return Value
The de-serialized objectA new instance of loaded with data from the
Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.