ChangeLog 2.7 KB

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