ChangeLog 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. 2002-12-06 Duncan Mak <[email protected]>
  2. * Formatter.cs (WriteValueType): Remove the erroneous CLSCompliant attribute.
  3. 2002-08-16 Gonzalo Paniagua Javier <[email protected]>
  4. * FormatterServices.cs: implemented GetUninitializedObject.
  5. PopulateObjectMembers needs a working FieldInfo.SetValue (it's
  6. not implemented right now).
  7. 2002-08-16 Gonzalo Paniagua Javier <[email protected]>
  8. * FormatterServices.cs:a implemented GetSerializableMembers ().
  9. 2002-08-16 Gonzalo Paniagua Javier <[email protected]>
  10. * FormatterServices.cs: New file with some implementation.
  11. 2002-08-16 Dietmar Maurer <[email protected]>
  12. * SerializationInfo.cs: special case for null values.
  13. use the converter everywhere.
  14. 2002-08-14 Dietmar Maurer <[email protected]>
  15. * SerializationInfo.cs: added new function to support the runtime
  16. 2002-07-16 Gonzalo Paniagua Javier <[email protected]>
  17. * Formatter.cs: added namespace.
  18. 2002-06-10 Duncan Mak <[email protected]>
  19. * Formatter.cs: Addd to CVS.
  20. * FormatterConverter.cs: Added to CVS.
  21. * SerializationInfo.cs (AddValue): Removed extra CLSCompliant attribute.
  22. 2002-04-12 Duncan Mak <[email protected]>
  23. * SerializationException.cs: Added missing constructor for serialization.
  24. 2002-03-12 Duncan Mak <[email protected]>
  25. * IFormatter.cs: Fix the return type of the Serialize method.
  26. 2002/03/07 Nick Drochak <[email protected]>
  27. * StreamingContextStates.cs: Add missing value (CrossAppDomain) and
  28. adjust All value accordingly.
  29. 2002-03-01 Duncan Mak <[email protected]>
  30. * ObjectIDGenerator.cs: Implemented.
  31. 2002-02-19 Duncan Mak <[email protected]>
  32. * SurrogateSelector.cs: Implemented.
  33. * SerializationInfoEnumerator.cs: oh, and simplified the Current
  34. property too.
  35. * SerializationInfo.cs: Forgot to finish up GetEnumerator ().
  36. 2002-02-18 Duncan Mak <[email protected]>
  37. * SerializationInfo.cs: Converted Type.GetType calls to the faster
  38. typeof operator.
  39. 2002-02-16 Duncan Mak <[email protected]>
  40. * SurrogateSelector.cs: Stubbed out. Gonna be working on this
  41. tomorrow.
  42. 2002-02-15 Duncan Mak <[email protected]>
  43. * SerializationEntry.cs: Added internal constructor for writing
  44. bits in SerializationInfoEnumerator.
  45. * SerializationInfo.cs: Completed.
  46. * SerializationInfoEnumerator.cs: Implemented. Piggybacking on
  47. Hashtable's GetEnumerator method.
  48. 2002-02-13 Dan Lewis <[email protected]>
  49. * SerializationInfoEnumerator.cs: New file (stub)
  50. 2002-02-12 Duncan Mak <[email protected]>
  51. * SerializationBinder.cs: Implemented.
  52. * SerializationEntry.cs: Implemented.
  53. * SerializationInfo.cs: Fixed the get portion of the AssemblyName
  54. property. Implemented the FullTypename property.
  55. 2002-01-06 David Dawkins <[email protected]>
  56. * IFormatter.cs : New file
  57. * ISerializationSurrogate.cs : New file
  58. * ISurrogateSelector.cs : New file
  59. 2002-05-01 Ravi Pratap <[email protected]>
  60. * SerializationInfo.cs : Insert MonoTODO attribute.
  61. 2001-08-24 Nick Drochak <[email protected]>
  62. * IDeserializationCallback.cs: New File
  63. Wed Nov 14 17:03:30 CET 2001 Paolo Molaro <[email protected]>
  64. * IFormatterConverter.cs, SerializationInfo.cs: CLSCompliant updates.
  65. Fri Nov 2 18:40:12 CET 2001 Paolo Molaro <[email protected]>
  66. * SerializationException.cs: implemented.
  67. 2001-08-24 Nick Drochak <[email protected]>
  68. * SerializationInfo.cs: Added all the public methods so that the compile would not break
  69. 2001-07-20 Miguel de Icaza <[email protected]>
  70. * SerializationInfo.cs: New file.
  71. * IFormatterConverter.cs: New file.
  72. * ISerializable.cs: New file.