2003-03-19 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
[mono.git] / mcs / class / System.XML / System.Xml.Serialization / ChangeLog
index 68e026c783829825e2bc80a7e8bd843c5d4ad339..69888b08fddcafb3bfe748688b489fd3a30f717a 100755 (executable)
@@ -1,3 +1,97 @@
+2003-03-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * XmlSerializer.cs : Serialize() don't write xmldecl when WriteState is
+         not WriteState.Start, and never call WriteEndDocument().
+
+2003-03-12  Elan Feingold <efeingold@mn.rr.com>
+
+       * XmlCustomFormatter.cs: Correct signature, Implement
+       ToByteArrayBase64 
+
+       * XmlSerializationWriter.cs: Fix prototype.
+
+       * XmlSerializer.cs: Implements Deserialize().
+
+2003-02-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * XmlSerializer.cs : serializing now works for interface member.
+
+2003-01-26  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * XmlSerializer.cs : some fix handling xml node object more correct.
+
+2003-01-16  Ajay kumar Dwivedi <adwiv@yahoo.com>
+       * XmlSerializer.cs: Array serialization for 1D arrays works
+       * TypeTranslator: Added for translations`
+
+2002-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * XmlCustomFormatter.cs: finished.
+       * XmlSerializationReader.cs: implemented some more methods.
+
+2002-09-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * XmlSerializationReader.cs: implemented a few methods.
+
+       * XmlAnyElementAttribute.cs:
+       * XmlArrayAttribute.cs:
+       * XmlChoiceIdentifierAttribute.cs:
+       * XmlElementAttribute.cs:
+       * XmlMemberMapping.cs:
+       * XmlMembersMapping.cs: class status based fixes.
+
+2002-09-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * CodeIdentifiers.cs:
+       * XmlSchemaExporter.cs:
+       * XmlSchemaImporter.cs:
+       * XmlSchemas.cs:
+       * XmlSerializationWriteCallback.cs:
+       * XmlSerializationWriter.cs:
+       * XmlSerializer.cs:
+       * XmlSerializerNamespaces.cs: some class status based fixed and
+       implemented a couple of methods.
+
+       * SoapSchemaExporter.cs: stubbed out.
+
+2002-08-24  Tim Coleman <tim@timcoleman.com>
+       * SoapCodeExporter.cs:
+               Fix return value of ExportTypeMapping.
+       * XmlCustomFormatter.cs:
+               Change methods to be internal instead of public.
+       * XmlSerializationWriter.cs:
+               Modify GetPrimitiveTypeName to build on linux.
+               Modify GetQualifiedName to return an incrementing prefix
+               instead of the same one all the time (still need to manage
+               conflicts)
+               Modify WriteElementString to only do special stuff is XsiType
+               is not defined.
+               Modify WriteTypedPrimitive to use FromXmlQualifiedName if it's
+               an XmlQualifiedName.
+
+2002-08-22  Tim Coleman <tim@timcoleman.com>
+       * XmlSerializationReader.cs:
+               Some implementation
+       * XmlSerializationWriter.cs:
+               More implementation
+       * XmlCustomFormatter.cs:
+               Implemented this class.
+
+2002-08-20  Tim Coleman <tim@timcoleman.com>
+       * XmlSerializationWriter.cs:
+               Some implementation.
+
+2002-08-19  Tim Coleman <tim@timcoleman.com>
+       * XmlSerializer.cs:
+               New stubs added.
+       * XmlSerializationWriter.cs:
+               New stubs added.
+
+2002-08-14  Tim Coleman <tim@timcoleman.com>
+       * XmlSerializer.cs:
+               More reformatting of source code so I can
+               better understand what it does.
+
 2002-08-06  Tim Coleman <tim@timcoleman.com>
        * XmlSerializer.cs:
                Some reformatting of code for readability.