f3fe794cf72846e82a2f0520661da2078e74ac76
[mono.git] / mcs / class / System.Web.Extensions / System.Web.Script.Serialization / ChangeLog
1 2008-09-19  Marek Habersack  <mhabersack@novell.com>
2
3         * Json.cs: added new Serialize overload which takes a TextWriter
4         for its output parameter.
5         Added Deserialize methods.
6
7         * JsonSerializer.cs: made InitialJavaScriptDateTicks internal.
8         Added new Serialize overload which takes a TextWriter for its
9         output parameter.
10         Added WriteValue overloads for float and double - they must not be
11         converted to strings as IConvertibles because their Max/MinValue
12         end up converted incorrectly.
13
14         * JavaScriptSerializer.cs: adjustments for the new JSON
15         (de)serializer.
16
17         * JsonDeserializer.cs: new JSON deserializer code, fully compliant
18         with the .NET AJAX one.
19