Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

System.Web.Script.Serialization Namespace

 

The System.Web.Script.Serialization namespace contains classes that provide JavaScript Object Notation (JSON) serialization and deserialization for managed types. It also provides extensibility features to customize serialization behavior.

ClassDescription
System_CAPS_pubclassJavaScriptConverter

Provides an abstract base class for a custom type converter.

System_CAPS_pubclassJavaScriptSerializer

Json.NET should be used serialization and deserialization. Provides serialization and deserialization functionality for AJAX-enabled applications.

System_CAPS_pubclassJavaScriptTypeResolver

Provides the abstract base class for implementing a custom type resolver.

System_CAPS_pubclassScriptIgnoreAttribute

Specifies that JavaScriptSerializer will not serialize the public property or public field. This class cannot be inherited.

System_CAPS_pubclassSimpleTypeResolver

Provides a type resolver for managed types.

Return to top
Show: