[This is preliminary documentation and is subject to change.]
Deserializes the Json structure contained by the specified StringReader
into an instance of the specified type.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public Object Deserialize( TextReader reader, Type objectType ) |
Visual Basic (Declaration) |
---|
Public Function Deserialize ( _ reader As TextReader, _ objectType As Type _ ) As Object |
Visual C++ |
---|
public: Object^ Deserialize( TextReader^ reader, Type^ objectType ) |
Parameters
- reader
- Type: System.IO..::.TextReader
The TextReader containing the object.
- objectType
- Type: System..::.Type
The Type of object being deserialized.