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