2 out of 10 rated this helpful - Rate this topic

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
Public classJavaScriptConverterProvides an abstract base class for a custom type converter.
Public classJavaScriptSerializerProvides serialization and deserialization functionality for AJAX-enabled applications.
Public classJavaScriptTypeResolverProvides the abstract base class for implementing a custom type resolver.
Public classScriptIgnoreAttributeSpecifies that JavaScriptSerializer will not serialize the public property or public field. This class cannot be inherited.
Public classSimpleTypeResolverProvides a type resolver for managed types.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.