2002-08-19 Tim Coleman <tim@timcoleman.com>
[mono.git] / mcs / class / System.XML / System.Xml.Serialization / ChangeLog
1 2002-08-19  Tim Coleman <tim@timcoleman.com>
2         * XmlSerializationWriter.cs:
3                 New stubs added.
4
5 2002-08-14  Tim Coleman <tim@timcoleman.com>
6         * XmlSerializer.cs:
7                 More reformatting of source code so I can
8                 better understand what it does.
9
10 2002-08-06  Tim Coleman <tim@timcoleman.com>
11         * XmlSerializer.cs:
12                 Some reformatting of code for readability.
13                 Modify to correctly serialize ICollection objects
14                 such as the BindingCollection of a ServiceDescription
15                 for example.
16
17 2002-08-03  Tim Coleman <tim@timcoleman.com>
18         * XmlSerializer.cs: 
19                 Changed Implements() to check based on name rather
20                 than FullName.  FullName was never working correctly.
21
22 2002-07-26  Tim Coleman <tim@timcoleman.com>
23         * XmlSerializer.cs:
24                 The constructor now looks for an XmlRootAttribute attribute
25                 if one is not passed in.  Various changes to make it emit
26                 proper XML, such as handling an element without a namespace
27                 prefix, and using WriteEndDocument where it should be.
28
29 2002-07-24  Tim Coleman <tim@timcoleman.com>
30         * CodeIdentifier.cs:
31         * IXmlSerializable.cs:
32         * XmlSerializationCollectionFixupCallback.cs:
33         * XmlSerializationFixupCallback.cs:
34         * XmlSerializationReadCallback.cs:
35         * XmlSerializationReader.cs:
36         * XmlSerializationWriteCallback.cs:
37                 Add new classes.
38         * XmlSchemas.cs
39         * CodeIdentifiers.cs:
40                 Implement some of these classes
41         * XmlCodeExporter.cs:
42                 Fix return type of a function
43
44 2002-07-24  Tim Coleman <tim@timcoleman.com>
45         * SoapReflectionImporter.cs:
46                 New class added to build
47                 System.Web.Services.Description.ServiceDescription.cs
48
49 2002-07-22  Tim Coleman <tim@timcoleman.com>
50         * CodeIdentifiers.cs:
51         * SoapCodeExporter.cs:
52         * SoapSchemaExporter.cs:
53         * XmlCodeExporter.cs:
54         * XmlMemberMapping.cs:
55         * XmlMembersMapping.cs:
56         * XmlReflectionImporter.cs:
57         * XmlReflectionMember.cs:
58         * XmlSchemaExporter.cs:
59         * XmlSchemaImporter.cs:
60         * XmlSchemas.cs: 
61                 New stubbs added to aid in the linux build of
62                 System.Web.Services.
63
64 2002-07-05  Ajay kumar Dwivedi <adwiv@yahoo.com>
65         
66         * XmlSeriailizer: Serialize method can serialize XmlSchema perfectly.
67
68         * XmlSerializerNamespaces: Reverted to use of a single Hashtable.
69
70 2002-07-02  Ajay kumar Dwivedi <adwiv@yahoo.com>
71         
72         * XmlSeriailizer: Updated Serialize() method.
73
74 2002-06-27 Ajay kumar Dwivedi <adwiv@yahoo.com>
75         * XmlSerializer: Serialize() method Partially Implemented.
76
77 2002-06-20 Ajay kumar Dwivedi <adwiv@yahoo.com>
78
79         * Soap & XmlOverrides: Implemented using TypeMember as key with
80           suggestions from Rafael.