JavaScriptSerializer::Deserialize Method
.NET Framework (current version)
Namespace:
System.Web.Script.Serialization
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | Deserialize(String^, Type^) | Converts a JSON-formatted string to an object of the specified type. |
![]() | Deserialize<T>(String^) | Converts the specified JSON string to an object of type T. |
Show:
