ChangeLog 3.0 KB

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