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

Reads the JSON representation of the object.

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

Syntax

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

Parameters

reader
Type: Facebook.Json..::.JsonReader
The JsonReader to read from.
objectType
Type: System..::.Type
Type of the object.

Return Value

The object value.

See Also

XmlNodeConverter Class
Facebook.Json.Converters Namespace