JavaScriptSerializer Constructor ()
.NET Framework (current version)
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.
.NET Framework
Available since 3.5
Available since 3.5
Show: