ChangeLog 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. 2002-02-12 Duncan Mak <[email protected]>
  2. * SerializationBinder.cs: Implemented.
  3. * SerializationEntry.cs: Implemented.
  4. * SerializationInfo.cs: Fixed the get portion of the AssemblyName
  5. property. Implemented the FullTypename property.
  6. 2002-01-06 David Dawkins <[email protected]>
  7. * IFormatter.cs : New file
  8. * ISerializationSurrogate.cs : New file
  9. * ISurrogateSelector.cs : New file
  10. 2002-05-01 Ravi Pratap <[email protected]>
  11. * SerializationInfo.cs : Insert MonoTODO attribute.
  12. 2001-08-24 Nick Drochak <[email protected]>
  13. * IDeserializationCallback.cs: New File
  14. Wed Nov 14 17:03:30 CET 2001 Paolo Molaro <[email protected]>
  15. * IFormatterConverter.cs, SerializationInfo.cs: CLSCompliant updates.
  16. Fri Nov 2 18:40:12 CET 2001 Paolo Molaro <[email protected]>
  17. * SerializationException.cs: implemented.
  18. 2001-08-24 Nick Drochak <[email protected]>
  19. * SerializationInfo.cs: Added all the public methods so that the compile would not break
  20. 2001-07-20 Miguel de Icaza <[email protected]>
  21. * SerializationInfo.cs: New file.
  22. * IFormatterConverter.cs: New file.
  23. * ISerializable.cs: New file.