Json |
| Name | Description | |
|---|---|---|
| DeSerialize(Stream, Type) | De-serializes the data from the stream as the specified type | |
| DeSerialize(TextReader, Type) | De-serializes data from the reader as specified type | |
| DeSerializeTModel(Stream) | De-serializes the specified object from the stream | |
| DeSerializeTModel(String) | De-serialize data from the string |