[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web.Extensions / System.Web.Script.Serialization / ChangeLog
index 333c7bcf6aeef7eb111e76f079aeaa6c68298ba2..5cb604314f4fb3feb478275e061655d760b2c506 100644 (file)
@@ -1,3 +1,23 @@
+2009-08-18  Marek Habersack  <mhabersack@novell.com>
+
+       * JavaScriptSerializer.cs: read converters from the config only if
+       explicitly requested.
+
+2009-08-17  Marek Habersack  <mhabersack@novell.com>
+
+       * JsonSerializer.cs: serialize fields before properties.
+
+       * JavaScriptSerializer.cs: MaxJsonLength default value for .NET
+       3.5 is 2097152
+
+2009-03-17  Marek Habersack  <mhabersack@novell.com>
+
+       * JavaScriptSerializer.cs: if conversion of IDictionary or
+       IDictionary <K,V> to an object is requested, make sure that a
+       concrete type is used (in both cases Dictionary <string, object>).
+       Make sure that if the target type is an IDictionary<K,V> that the
+       key is either an object or a string.
+
 2009-03-06  Marek Habersack  <mhabersack@novell.com>
 
        * JsonDeserializer.cs: unquoted key values must ignore leading