2002-07-24 Tim Coleman <tim@timcoleman.com>
[mono.git] / mcs / class / System.XML / System.Xml.Serialization / ChangeLog
1 2002-07-24  Tim Coleman <tim@timcoleman.com>
2         * SoapReflectionImporter.cs:
3                 New class added to build
4                 System.Web.Services.Description.ServiceDescription.cs
5
6 2002-07-22  Tim Coleman <tim@timcoleman.com>
7         * CodeIdentifiers.cs:
8         * SoapCodeExporter.cs:
9         * SoapSchemaExporter.cs:
10         * XmlCodeExporter.cs:
11         * XmlMemberMapping.cs:
12         * XmlMembersMapping.cs:
13         * XmlReflectionImporter.cs:
14         * XmlReflectionMember.cs:
15         * XmlSchemaExporter.cs:
16         * XmlSchemaImporter.cs:
17         * XmlSchemas.cs: 
18                 New stubbs added to aid in the linux build of
19                 System.Web.Services.
20
21 2002-07-05  Ajay kumar Dwivedi <adwiv@yahoo.com>
22         
23         * XmlSeriailizer: Serialize method can serialize XmlSchema perfectly.
24
25         * XmlSerializerNamespaces: Reverted to use of a single Hashtable.
26
27 2002-07-02  Ajay kumar Dwivedi <adwiv@yahoo.com>
28         
29         * XmlSeriailizer: Updated Serialize() method.
30
31 2002-06-27 Ajay kumar Dwivedi <adwiv@yahoo.com>
32         * XmlSerializer: Serialize() method Partially Implemented.
33
34 2002-06-20 Ajay kumar Dwivedi <adwiv@yahoo.com>
35
36         * Soap & XmlOverrides: Implemented using TypeMember as key with
37           suggestions from Rafael.