ChangeLog 1.9 KB

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