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