ChangeLog 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. 2003-02-04 Lluis Sanchez Gual <[email protected]>
  2. * MessageFormatter.cs: Fixed bug in serialization of arguments.
  3. * ObjectReader.cs: Fixed bug causing array of structs to fail.
  4. 2003-02-11 Patrik Torstensson
  5. * ObjectReader.cs: Fixed root object bug causing object reader to return root object
  6. before fixup. Closes bug #37842.
  7. 2003-02-04 Lluis Sanchez Gual <[email protected]>
  8. * MessageFormatter.cs: Corrected some bugs that affected serialization of exceptions
  9. 2003-02-04 Lluis Sanchez Gual <[email protected]>
  10. * MessageFormatter.cs: Implemented serialization of message properties.
  11. 2003-01-24 Martin Baulig <[email protected]>
  12. * ObjectReader.cs (ReadNextObject): Call
  13. RaiseDeserializationEvent() on the ObjectManager when we're done
  14. reading the whole graph.
  15. 2003-01-24 Lluis Sanchez Gual <[email protected]>
  16. * ObjectWriter.cs, ObjectReader.cs: Added suport for headers.
  17. Corrected encoding of primitive types. Corrected a bug about zero-length arrays.
  18. * MessageFormatter.cs: Added. Implements serialization of messages.
  19. * BinaryFormatter.cs: Added serialization of messages.
  20. * BinaryCommon.cs: Added enum of codes of primitive types.
  21. 2003-01-17 Gonzalo Paniagua Javier <[email protected]>
  22. * ObjectWriter.cs: make the exception message more useful.
  23. 2003-01-16 Lluis Sanchez Gual <[email protected]>
  24. * BinaryFormatter.cs: implemented Serialize and Deserialize methods.
  25. * ObjectReader.cs: added.
  26. * ObjectWriter.cs: added.
  27. * BinaryCommon.cs. added.
  28. 2002-08-22 Nick Drochak <[email protected]>
  29. * BinaryArrayTypeEnum.cs: Removed Non-existent enum (must have been
  30. from beta days)
  31. 2002-08-18 Dick Porter <[email protected]>
  32. * BinaryFormatter.cs: Stubbed out