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