Click or drag to resize
Json.NET

JsonSerializerDeserialize Method

 
Overload List
  NameDescription
Public methodDeserialize(JsonReader)
Deserializes the JSON structure contained by the specified JsonReader.
Public methodDeserializeT(JsonReader)
Deserializes the JSON structure contained by the specified JsonReader into an instance of the specified type.
Public methodDeserialize(TextReader, Type)
Deserializes the JSON structure contained by the specified StringReader into an instance of the specified type.
Public methodDeserialize(JsonReader, Type)
Deserializes the JSON structure contained by the specified JsonReader into an instance of the specified type.
Top
See Also