| Overload | Description |
|---|---|
| DeserializeSnippet(XmlReader,Type,LxReaderSettings) | De-serializes a section of an XML document, creating a class populated with the data from the XmlReader. The de-serialized type (targetObjectType) can represent an xs:element or xs:complexType. |
| DeserializeSnippet(XmlReader,Type,XmlQualifiedName,LxReaderSettings) | De-serializes a section of an XML document, creating a class populated with the data from the XmlReader. The de-serialized type (targetObjectType) can represent an xs:element or xs:complexType. |