JSONSerializer.Serialize

Serializes a .NET object reference into a JSON string.

The serializer supports:

The serializer works off any .NET type - types don't have to be explicitly serializable.

DataSet/DataTable/DataRow parse into a special format that is essentially array based of just the data. These objects can be serialized but cannot be passed back in via deserialization.


public string Serialize( object Value );

Parameters

Value
The strongly typed value to parse


See also:

Class JSONSerializer


  Last Updated: 7/7/2008 | © West Wind Technologies, 2008