JsonSerializerDeserialize Method |
Name | Description | |
---|---|---|
Deserialize(JsonReader) |
Deserializes the JSON structure contained by the specified JsonReader.
| |
DeserializeT(JsonReader) |
Deserializes the JSON structure contained by the specified JsonReader
into an instance of the specified type.
| |
Deserialize(TextReader, Type) |
Deserializes the JSON structure contained by the specified StringReader
into an instance of the specified type.
| |
Deserialize(JsonReader, Type) |
Deserializes the JSON structure contained by the specified JsonReader
into an instance of the specified type.
|