New tests.
[mono.git] / mcs / class / System.Runtime.Serialization / System.Runtime.Serialization / ChangeLog
index 5c96161137232ec51ee25dcce3dd582ca3fa657d..7f4f2d8e3a044823ffe012930b93d363057867a0 100755 (executable)
@@ -1,3 +1,58 @@
+2010-04-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataContractExporter-new.cs : do not expect contract attribute on
+         dictionary map. Non-contract type also uses this.
+
+2010-04-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SerializationMap.XsdExporter.cs, DataContractExporter-new.cs :
+         handle schema export for SharedTypeMap.
+
+2010-04-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * KnownTypeCollection.cs, SerializationMap.cs : split SharedTypeMap
+         .ctor() and initialization. Fixed infinite loop for some
+         [Serializable] types (such as Assembly).
+
+2010-04-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataContractSerializer : implement IsStartObject().
+
+2010-03-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * KnownTypeCollection.cs, SerializationMap.cs :
+         some refactoring to implement MessageDescription.XmlName.
+
+2010-03-04  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SerializationMap.cs : return array instance if the runtime type is
+         an array (it used to return ArrayList without conveting to array).
+
+2010-03-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SerializationMap.XsdExporter.cs, XsdDataContractExporter-new.cs:
+         refresh implementation to reflect the latest WCF impl.
+       * SerializationMap.cs : make types partial.
+
+2010-02-19  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XsdDataContractImporter.cs : fix extension type name (and comment).
+
+2010-02-19  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XsdDataContractImporter.cs : added dictionary support.
+
+2010-02-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XsdDataContractImporter-new.cs, XsdDataContractImporter.cs :
+         replaced implementation.
+       * ImportOptions.cs : add correct MonoTODOs.
+
+2010-02-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XsdDataContractImporter-new.cs : output [KnownType] to expose
+         base/derived type relationship.
+
 2010-02-18  Atsushi Enomoto  <atsushi@ximian.com>
 
        * XsdDataContractImporter-new.cs : fix GenerateInternal.