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

Deserializes the specified object to a Json object.

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

Syntax

C#
public static Object DeserializeObject(
	string value,
	Type type
)
Visual Basic (Declaration)
Public Shared Function DeserializeObject ( _
	value As String, _
	type As Type _
) As Object
Visual C++
public:
static Object^ DeserializeObject(
	String^ value, 
	Type^ type
)

Parameters

value
Type: System..::.String
The object to deserialize.
type
Type: System..::.Type
The Type of object being deserialized.

Return Value

The deserialized object from the Json string.

See Also

JsonConvert Class
DeserializeObject Overload
Facebook.Json Namespace