| Overload | Description |
|---|---|
| Deserialize(String,LjReaderSettings) | De-serializes an JSON document, creating a class populated with the data from the TextReader. |
| Deserialize(String,XmlQualifiedName,LjReaderSettings) | De-serializes an JSON document, creating a class populated with the data from the TextReader. |
| Deserialize(Stream,LjReaderSettings) | |
| Deserialize(Stream,XmlQualifiedName,LjReaderSettings) | |
| Deserialize(TextReader,LjReaderSettings) | De-serializes an JSON document, creating a class populated with the data from the TextReader. |
| Deserialize(TextReader,XmlQualifiedName,LjReaderSettings) | De-serializes an JSON document, creating a class populated with the data from the TextReader. |