JSONSerializer.SerializeDateAsString

Determines whether dates are serialized as an encoded string value or as live new Data(ticks) expression.

The latter is useful for embedding live JavaScript values into source code or for evaluation strings. The former works for serialization purposes where the consumer knows the serialization format.

The string date format is the same as ASP.NET AJAX: "\/Date(92131231)\/".

By default this value is true and a string date is rendered.

o.JSONSerializer.SerializeDateAsString                                      

See also:

Class JSONSerializer


  Last Updated: 2/12/2008 | © West Wind Technologies, 2008