2002-08-20 Tim Coleman * XmlSerializationWriter.cs: Some implementation. 2002-08-19 Tim Coleman * XmlSerializer.cs: New stubs added. * XmlSerializationWriter.cs: New stubs added. 2002-08-14 Tim Coleman * XmlSerializer.cs: More reformatting of source code so I can better understand what it does. 2002-08-06 Tim Coleman * XmlSerializer.cs: Some reformatting of code for readability. Modify to correctly serialize ICollection objects such as the BindingCollection of a ServiceDescription for example. 2002-08-03 Tim Coleman * XmlSerializer.cs: Changed Implements() to check based on name rather than FullName. FullName was never working correctly. 2002-07-26 Tim Coleman * XmlSerializer.cs: The constructor now looks for an XmlRootAttribute attribute if one is not passed in. Various changes to make it emit proper XML, such as handling an element without a namespace prefix, and using WriteEndDocument where it should be. 2002-07-24 Tim Coleman * CodeIdentifier.cs: * IXmlSerializable.cs: * XmlSerializationCollectionFixupCallback.cs: * XmlSerializationFixupCallback.cs: * XmlSerializationReadCallback.cs: * XmlSerializationReader.cs: * XmlSerializationWriteCallback.cs: Add new classes. * XmlSchemas.cs * CodeIdentifiers.cs: Implement some of these classes * XmlCodeExporter.cs: Fix return type of a function 2002-07-24 Tim Coleman * SoapReflectionImporter.cs: New class added to build System.Web.Services.Description.ServiceDescription.cs 2002-07-22 Tim Coleman * CodeIdentifiers.cs: * SoapCodeExporter.cs: * SoapSchemaExporter.cs: * XmlCodeExporter.cs: * XmlMemberMapping.cs: * XmlMembersMapping.cs: * XmlReflectionImporter.cs: * XmlReflectionMember.cs: * XmlSchemaExporter.cs: * XmlSchemaImporter.cs: * XmlSchemas.cs: New stubbs added to aid in the linux build of System.Web.Services. 2002-07-05 Ajay kumar Dwivedi * XmlSeriailizer: Serialize method can serialize XmlSchema perfectly. * XmlSerializerNamespaces: Reverted to use of a single Hashtable. 2002-07-02 Ajay kumar Dwivedi * XmlSeriailizer: Updated Serialize() method. 2002-06-27 Ajay kumar Dwivedi * XmlSerializer: Serialize() method Partially Implemented. 2002-06-20 Ajay kumar Dwivedi * Soap & XmlOverrides: Implemented using TypeMember as key with suggestions from Rafael.