2003-02-04 Lluis Sanchez Gual * MessageFormatter.cs: Implemented serialization of message properties. 2003-01-24 Martin Baulig * ObjectReader.cs (ReadNextObject): Call RaiseDeserializationEvent() on the ObjectManager when we're done reading the whole graph. 2003-01-24 Lluis Sanchez Gual * ObjectWriter.cs, ObjectReader.cs: Added suport for headers. Corrected encoding of primitive types. Corrected a bug about zero-length arrays. * MessageFormatter.cs: Added. Implements serialization of messages. * BinaryFormatter.cs: Added serialization of messages. * BinaryCommon.cs: Added enum of codes of primitive types. 2003-01-17 Gonzalo Paniagua Javier * ObjectWriter.cs: make the exception message more useful. 2003-01-16 Lluis Sanchez Gual * BinaryFormatter.cs: implemented Serialize and Deserialize methods. * ObjectReader.cs: added. * ObjectWriter.cs: added. * BinaryCommon.cs. added. 2002-08-22 Nick Drochak * BinaryArrayTypeEnum.cs: Removed Non-existent enum (must have been from beta days) 2002-08-18 Dick Porter * BinaryFormatter.cs: Stubbed out