ChangeLog 2.6 KB

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