ChangeLog 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. 2002-02-15 Duncan Mak <[email protected]>
  2. * SerializationEntry.cs: Added internal constructor for writing
  3. bits for SerializationInfoEnumerator.
  4. * SerializationInfo.cs: Completed.
  5. * SerializationInfoEnumerator.cs: Implemented. Piggybacking on
  6. Hashtable's GetEnumerator method.
  7. 2002-02-13 Dan Lewis <[email protected]>
  8. * SerializationInfoEnumerator.cs: New file (stub)
  9. 2002-02-12 Duncan Mak <[email protected]>
  10. * SerializationBinder.cs: Implemented.
  11. * SerializationEntry.cs: Implemented.
  12. * SerializationInfo.cs: Fixed the get portion of the AssemblyName
  13. property. Implemented the FullTypename property.
  14. 2002-01-06 David Dawkins <[email protected]>
  15. * IFormatter.cs : New file
  16. * ISerializationSurrogate.cs : New file
  17. * ISurrogateSelector.cs : New file
  18. 2002-05-01 Ravi Pratap <[email protected]>
  19. * SerializationInfo.cs : Insert MonoTODO attribute.
  20. 2001-08-24 Nick Drochak <[email protected]>
  21. * IDeserializationCallback.cs: New File
  22. Wed Nov 14 17:03:30 CET 2001 Paolo Molaro <[email protected]>
  23. * IFormatterConverter.cs, SerializationInfo.cs: CLSCompliant updates.
  24. Fri Nov 2 18:40:12 CET 2001 Paolo Molaro <[email protected]>
  25. * SerializationException.cs: implemented.
  26. 2001-08-24 Nick Drochak <[email protected]>
  27. * SerializationInfo.cs: Added all the public methods so that the compile would not break
  28. 2001-07-20 Miguel de Icaza <[email protected]>
  29. * SerializationInfo.cs: New file.
  30. * IFormatterConverter.cs: New file.
  31. * ISerializable.cs: New file.