ChangeLog 1.9 KB

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