* MessageFormatter.cs: Fixed bug in serialization of arguments.
[mono.git] / mcs / class / corlib / System.Runtime.Serialization.Formatters.Binary / ChangeLog
1 2003-02-04  Lluis Sanchez Gual <lluis@ideary.com>
2
3     * MessageFormatter.cs: Fixed bug in serialization of arguments.
4     * ObjectReader.cs: Fixed bug causing array of structs to fail.
5
6 2003-02-11  Patrik Torstensson
7
8     * ObjectReader.cs: Fixed root object bug causing object reader to return root object 
9           before fixup. Closes bug #37842.
10
11 2003-02-04  Lluis Sanchez Gual <lluis@ideary.com>
12
13     * MessageFormatter.cs: Corrected some bugs that affected serialization of exceptions
14
15 2003-02-04  Lluis Sanchez Gual <lluis@ideary.com>
16
17     * MessageFormatter.cs: Implemented serialization of message properties.
18
19 2003-01-24  Martin Baulig  <martin@ximian.com>
20
21         * ObjectReader.cs (ReadNextObject): Call
22         RaiseDeserializationEvent() on the ObjectManager when we're done
23         reading the whole graph.
24
25 2003-01-24  Lluis Sanchez Gual <lluis@ideary.com>
26
27     * ObjectWriter.cs, ObjectReader.cs: Added suport for headers. 
28       Corrected encoding of primitive types. Corrected a bug about zero-length arrays. 
29     * MessageFormatter.cs: Added. Implements serialization of messages.
30     * BinaryFormatter.cs: Added serialization of messages.
31     * BinaryCommon.cs: Added enum of codes of primitive types.
32
33 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34
35         * ObjectWriter.cs: make the exception message more useful.
36
37 2003-01-16  Lluis Sanchez Gual <lluis@ideary.com>
38
39     * BinaryFormatter.cs: implemented Serialize and Deserialize methods.
40     * ObjectReader.cs: added.
41     * ObjectWriter.cs: added.
42     * BinaryCommon.cs. added.
43
44 2002-08-22  Nick Drochak  <ndrochak@gol.com>
45
46         * BinaryArrayTypeEnum.cs: Removed Non-existent enum (must have been
47         from beta days)
48
49 2002-08-18  Dick Porter  <dick@ximian.com>
50
51         * BinaryFormatter.cs: Stubbed out
52         
53