This topic has not yet been rated - Rate this topic

JavaScriptSerializer.Deserialize Method

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.

  NameDescription
Public method Deserialize<T>(String) Converts the specified JSON string to an object of type T.
Public method Deserialize(String, Type) Converts a JSON-formatted string to an object of the specified type.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.