[This is preliminary documentation and is subject to change.]

Deserializes the Json structure contained by the specified JsonReader into an instance of the specified type.

Namespace:  Facebook.Json
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public Object Deserialize(
	JsonReader reader,
	Type objectType
)
Visual Basic (Declaration)
Public Function Deserialize ( _
	reader As JsonReader, _
	objectType As Type _
) As Object
Visual C++
public:
Object^ Deserialize(
	JsonReader^ reader, 
	Type^ objectType
)

Parameters

reader
Type: Facebook.Json..::.JsonReader
The JsonReader containing the object.
objectType
Type: System..::.Type
The Type of object being deserialized.

Return Value

The instance of objectType being deserialized.

See Also

JsonSerializer Class
Deserialize Overload
Facebook.Json Namespace