ChangeLog 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. 2003-03-12 Elan Feingold <[email protected]>
  2. * XmlCustomFormatter.cs: Correct signature, Implement
  3. ToByteArrayBase64
  4. * XmlSerializationWriter.cs: Fix prototype.
  5. * XmlSerializer.cs: Implements Deserialize().
  6. 2003-02-16 Atsushi Enomoto <[email protected]>
  7. * XmlSerializer.cs : serializing now works for interface member.
  8. 2003-01-26 Atsushi Enomoto <[email protected]>
  9. * XmlSerializer.cs : some fix handling xml node object more correct.
  10. 2003-01-16 Ajay kumar Dwivedi <[email protected]>
  11. * XmlSerializer.cs: Array serialization for 1D arrays works
  12. * TypeTranslator: Added for translations`
  13. 2002-09-19 Gonzalo Paniagua Javier <[email protected]>
  14. * XmlCustomFormatter.cs: finished.
  15. * XmlSerializationReader.cs: implemented some more methods.
  16. 2002-09-18 Gonzalo Paniagua Javier <[email protected]>
  17. * XmlSerializationReader.cs: implemented a few methods.
  18. * XmlAnyElementAttribute.cs:
  19. * XmlArrayAttribute.cs:
  20. * XmlChoiceIdentifierAttribute.cs:
  21. * XmlElementAttribute.cs:
  22. * XmlMemberMapping.cs:
  23. * XmlMembersMapping.cs: class status based fixes.
  24. 2002-09-13 Gonzalo Paniagua Javier <[email protected]>
  25. * CodeIdentifiers.cs:
  26. * XmlSchemaExporter.cs:
  27. * XmlSchemaImporter.cs:
  28. * XmlSchemas.cs:
  29. * XmlSerializationWriteCallback.cs:
  30. * XmlSerializationWriter.cs:
  31. * XmlSerializer.cs:
  32. * XmlSerializerNamespaces.cs: some class status based fixed and
  33. implemented a couple of methods.
  34. * SoapSchemaExporter.cs: stubbed out.
  35. 2002-08-24 Tim Coleman <[email protected]>
  36. * SoapCodeExporter.cs:
  37. Fix return value of ExportTypeMapping.
  38. * XmlCustomFormatter.cs:
  39. Change methods to be internal instead of public.
  40. * XmlSerializationWriter.cs:
  41. Modify GetPrimitiveTypeName to build on linux.
  42. Modify GetQualifiedName to return an incrementing prefix
  43. instead of the same one all the time (still need to manage
  44. conflicts)
  45. Modify WriteElementString to only do special stuff is XsiType
  46. is not defined.
  47. Modify WriteTypedPrimitive to use FromXmlQualifiedName if it's
  48. an XmlQualifiedName.
  49. 2002-08-22 Tim Coleman <[email protected]>
  50. * XmlSerializationReader.cs:
  51. Some implementation
  52. * XmlSerializationWriter.cs:
  53. More implementation
  54. * XmlCustomFormatter.cs:
  55. Implemented this class.
  56. 2002-08-20 Tim Coleman <[email protected]>
  57. * XmlSerializationWriter.cs:
  58. Some implementation.
  59. 2002-08-19 Tim Coleman <[email protected]>
  60. * XmlSerializer.cs:
  61. New stubs added.
  62. * XmlSerializationWriter.cs:
  63. New stubs added.
  64. 2002-08-14 Tim Coleman <[email protected]>
  65. * XmlSerializer.cs:
  66. More reformatting of source code so I can
  67. better understand what it does.
  68. 2002-08-06 Tim Coleman <[email protected]>
  69. * XmlSerializer.cs:
  70. Some reformatting of code for readability.
  71. Modify to correctly serialize ICollection objects
  72. such as the BindingCollection of a ServiceDescription
  73. for example.
  74. 2002-08-03 Tim Coleman <[email protected]>
  75. * XmlSerializer.cs:
  76. Changed Implements() to check based on name rather
  77. than FullName. FullName was never working correctly.
  78. 2002-07-26 Tim Coleman <[email protected]>
  79. * XmlSerializer.cs:
  80. The constructor now looks for an XmlRootAttribute attribute
  81. if one is not passed in. Various changes to make it emit
  82. proper XML, such as handling an element without a namespace
  83. prefix, and using WriteEndDocument where it should be.
  84. 2002-07-24 Tim Coleman <[email protected]>
  85. * CodeIdentifier.cs:
  86. * IXmlSerializable.cs:
  87. * XmlSerializationCollectionFixupCallback.cs:
  88. * XmlSerializationFixupCallback.cs:
  89. * XmlSerializationReadCallback.cs:
  90. * XmlSerializationReader.cs:
  91. * XmlSerializationWriteCallback.cs:
  92. Add new classes.
  93. * XmlSchemas.cs
  94. * CodeIdentifiers.cs:
  95. Implement some of these classes
  96. * XmlCodeExporter.cs:
  97. Fix return type of a function
  98. 2002-07-24 Tim Coleman <[email protected]>
  99. * SoapReflectionImporter.cs:
  100. New class added to build
  101. System.Web.Services.Description.ServiceDescription.cs
  102. 2002-07-22 Tim Coleman <[email protected]>
  103. * CodeIdentifiers.cs:
  104. * SoapCodeExporter.cs:
  105. * SoapSchemaExporter.cs:
  106. * XmlCodeExporter.cs:
  107. * XmlMemberMapping.cs:
  108. * XmlMembersMapping.cs:
  109. * XmlReflectionImporter.cs:
  110. * XmlReflectionMember.cs:
  111. * XmlSchemaExporter.cs:
  112. * XmlSchemaImporter.cs:
  113. * XmlSchemas.cs:
  114. New stubbs added to aid in the linux build of
  115. System.Web.Services.
  116. 2002-07-05 Ajay kumar Dwivedi <[email protected]>
  117. * XmlSeriailizer: Serialize method can serialize XmlSchema perfectly.
  118. * XmlSerializerNamespaces: Reverted to use of a single Hashtable.
  119. 2002-07-02 Ajay kumar Dwivedi <[email protected]>
  120. * XmlSeriailizer: Updated Serialize() method.
  121. 2002-06-27 Ajay kumar Dwivedi <[email protected]>
  122. * XmlSerializer: Serialize() method Partially Implemented.
  123. 2002-06-20 Ajay kumar Dwivedi <[email protected]>
  124. * Soap & XmlOverrides: Implemented using TypeMember as key with
  125. suggestions from Rafael.