Deserialize Method

Json.NET

Json.NET - Quick Starts & API Documentation Deserialize Method
NamespacesNewtonsoft.JsonJsonSerializerDeserialize()()()()
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.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)