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

Deserializes the Json structure contained by the specified JsonReader.

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

Syntax

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

Parameters

reader
Type: Facebook.Json..::.JsonReader
The JsonReader that contains the Json structure to deserialize.

Return Value

The Object being deserialized.

See Also

JsonSerializer Class
Deserialize Overload
Facebook.Json Namespace