JavaScriptSerializer Constructor
NOTE: This API is now obsolete.
Initializes a new instance of the JavaScriptSerializer class that has no type resolver.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
An instance of the JavaScriptSerializer class without a type resolver does not include type metadata properties (named "__type") in the serialized JSON string. A type metadata property is used by the Deserialize<T> and DeserializeObject methods to determine the appropriate managed type to which the JSON string will be converted. For information about type resolvers, see the JavaScriptTypeResolver class.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.