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