This documentation is archived and is not being maintained.
JavaScriptSerializer::Deserialize Method
Visual Studio 2010
Converts a JSON-formatted string to an object of the specified type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Deserialize<T>(String) | Converts the specified JSON string to an object of type T. |
|
Deserialize(String, Type) | Converts a JSON-formatted string to an object of the specified type. |
Show: