Json.NET - Quick Starts & API Documentation
Deserialize Method
Namespaces ► Newtonsoft.Json ► JsonSerializer ► Deserialize()()()()
Members
Icon | Member | Description |
---|---|---|
Deserialize(JsonReader) |
Deserializes the Json structure contained by the specified JsonReader.
|
|
Deserialize(TextReader, Type) |
Deserializes the Json structure contained by the specified StringReader
into an instance of the specified type.
|
|
Deserialize<(Of <<'(T>)>>)(JsonReader) |
Deserializes the Json structure contained by the specified JsonReader
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.
|