ChangeLog 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. 2002-07-24 Tim Coleman <[email protected]>
  2. * CodeIdentifier.cs:
  3. * IXmlSerializable.cs:
  4. * XmlSerializationCollectionFixupCallback.cs:
  5. * XmlSerializationFixupCallback.cs:
  6. * XmlSerializationReadCallback.cs:
  7. * XmlSerializationReader.cs:
  8. * XmlSerializationWriteCallback.cs:
  9. Add new classes.
  10. * XmlSchemas.cs
  11. * CodeIdentifiers.cs:
  12. Implement some of these classes
  13. * XmlCodeExporter.cs:
  14. Fix return type of a function
  15. 2002-07-24 Tim Coleman <[email protected]>
  16. * SoapReflectionImporter.cs:
  17. New class added to build
  18. System.Web.Services.Description.ServiceDescription.cs
  19. 2002-07-22 Tim Coleman <[email protected]>
  20. * CodeIdentifiers.cs:
  21. * SoapCodeExporter.cs:
  22. * SoapSchemaExporter.cs:
  23. * XmlCodeExporter.cs:
  24. * XmlMemberMapping.cs:
  25. * XmlMembersMapping.cs:
  26. * XmlReflectionImporter.cs:
  27. * XmlReflectionMember.cs:
  28. * XmlSchemaExporter.cs:
  29. * XmlSchemaImporter.cs:
  30. * XmlSchemas.cs:
  31. New stubbs added to aid in the linux build of
  32. System.Web.Services.
  33. 2002-07-05 Ajay kumar Dwivedi <[email protected]>
  34. * XmlSeriailizer: Serialize method can serialize XmlSchema perfectly.
  35. * XmlSerializerNamespaces: Reverted to use of a single Hashtable.
  36. 2002-07-02 Ajay kumar Dwivedi <[email protected]>
  37. * XmlSeriailizer: Updated Serialize() method.
  38. 2002-06-27 Ajay kumar Dwivedi <[email protected]>
  39. * XmlSerializer: Serialize() method Partially Implemented.
  40. 2002-06-20 Ajay kumar Dwivedi <[email protected]>
  41. * Soap & XmlOverrides: Implemented using TypeMember as key with
  42. suggestions from Rafael.