ChangeLog 2.4 KB

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