ChangeLog 2.2 KB

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