| Overload | Description |
|---|---|
| Deserialize(String,LxReaderSettings) | De-serializes an XML document, creating a class populated with the data from the XmlReader. |
| Deserialize(String,XmlQualifiedName,LxReaderSettings) | De-serializes an XML document, creating a class populated with the data from the XmlReader. |
| Deserialize(Stream,LxReaderSettings) | De-serializes an XML document, creating a class populated with the data from the XmlReader. |
| Deserialize(Stream,XmlQualifiedName,LxReaderSettings) | De-serializes an XML document, creating a class populated with the data from the XmlReader. |
| Deserialize(TextReader,LxReaderSettings) | De-serializes an XML document, creating a class populated with the data from the XmlReader. |
| Deserialize(TextReader,XmlQualifiedName,LxReaderSettings) | De-serializes an XML document, creating a class populated with the data from the XmlReader. |
| Deserialize(XmlElement,LxReaderSettings) | De-serializes an XML document, creating a class populated with the data from the XmlReader. |
| Deserialize(XmlElement,XmlQualifiedName,LxReaderSettings) | De-serializes an XML document, creating a class populated with the data from the XmlReader. |
| Deserialize(XElement,LxReaderSettings) | De-serializes an XML document, creating a class populated with the data from the XmlReader. |
| Deserialize(XElement,XmlQualifiedName,LxReaderSettings) | De-serializes an XML document, creating a class populated with the data from the XmlReader. |
| Deserialize(XmlReader,LxReaderSettings) | De-serializes an XML document, creating a class populated with the data from the XmlReader. |
| Deserialize(XmlReader,XmlQualifiedName,LxReaderSettings) | De-serializes an XML document, creating a class populated with the data from the XmlReader. |