This documentation is archived and is not being maintained.
JavaScriptSerializer::Serialize Method
Visual Studio 2008
Converts an object to a JSON string.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Serialize(Object) | Converts an object to a JSON string. |
|
Serialize(Object, StringBuilder) | Serializes an object and writes the resulting JSON string to the specified StringBuilder object. |
Show: