Deserializes the Json structure contained by the specified JsonReader
into an instance of the specified type.
| C# | Visual Basic | Visual C++ |
public Object Deserialize( JsonReader reader, Type objectType )
Public Function Deserialize ( _ reader As JsonReader, _ objectType As Type _ ) As Object
public: Object^ Deserialize( JsonReader^ reader, Type^ objectType )
- reader (JsonReader)
- The JsonReader containing the object.
The instance of objectType being deserialized.