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.
| Class | Description | |
|---|---|---|
![]() | JavaScriptConverter | Provides an abstract base class for a custom type converter. |
![]() | JavaScriptSerializer | Json.NET should be used serialization and deserialization. Provides serialization and deserialization functionality for AJAX-enabled applications. |
![]() | JavaScriptTypeResolver | Provides the abstract base class for implementing a custom type resolver. |
![]() | ScriptIgnoreAttribute | Specifies that JavaScriptSerializer will not serialize the public property or public field. This class cannot be inherited. |
![]() | SimpleTypeResolver | Provides a type resolver for managed types. |
