Overload | Description |
---|---|
Deserialize(String,LxReaderSettings) | De-serializes an XML document, creating a class populated with the data from the XmlReader. Creates an instance of T from the data in the xmlReader |
Deserialize(Stream,LxReaderSettings) | De-serializes an XML document, creating a class populated with the data from the XmlReader. Creates an instance of T from the data in the xmlReader |
Deserialize(TextReader,LxReaderSettings) | De-serializes an XML document, creating a class populated with the data from the XmlReader. Creates an instance of T from the data in the xmlReader |
Deserialize(XmlReader,LxReaderSettings) | De-serializes an XML document, creating a class populated with the data from the XmlReader. Creates an instance of T from the data in the xmlReader |
Deserialize(String,XmlQualifiedName,LxReaderSettings) | De-serializes an XML document, creating a class populated with the data from the XmlReader. Creates an instance of T from the data in the xmlReader |
Deserialize(Stream,XmlQualifiedName,LxReaderSettings) | De-serializes an XML document, creating a class populated with the data from the XmlReader. Creates an instance of T from the data in the xmlReader |
Deserialize(TextReader,XmlQualifiedName,LxReaderSettings) | De-serializes an XML document, creating a class populated with the data from the XmlReader. Creates an instance of T from the data in the xmlReader |
Deserialize(XmlReader,XmlQualifiedName,LxReaderSettings) | De-serializes an XML document, creating a class populated with the data from the XmlReader. Creates an instance of T from the data in the xmlReader |