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