ChangeLog 2.2 KB

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