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