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