* TransportHeaders.cs: Added Serializable attribute.
[mono.git] / mcs / class / corlib / System.Runtime.Serialization.Formatters.Binary / ChangeLog
1 2003-07-28  Duncan Mak  <duncan@ximian.com>
2
3         * BinaryFormatter.cs (WriteBinaryHeader): changed from public to
4         private.
5
6 2003-07-25  Lluis Sanchez Gual <lluis@ximian.com>
7
8     * MessageFormatter.cs: WriteMethodCall(): It must write all parameters,
9       including ref and out.
10
11 2003-07-24  Lluis Sanchez Gual <lluis@ximian.com>
12
13     * ObjectReader.cs, ObjectWriter.cs, BinaryCommon.cs: Fixed bug #45970.
14
15 2003-07-17  Lluis Sanchez Gual <lluis@ximian.com>
16
17     * ObjectReader.cs: Keep MemberInfo members in type's metadata object, so it is
18       not necessary to query them for every object.
19     * ObjectWriter.cs: If the value being serialized is a value type (not boxed)
20       then there is no need to register it in the ObjectIDGenerator, because it is
21       not possible to have two references to the same value type object.
22
23 2003-05-13  Lluis Sanchez Gual <lluis@ideary.com>
24
25     * ObjectReader.cs: Changed signature of ReadObjectGraph, so now it returns the
26       deserialized object and the headers.
27     * MessageFormatter.cs: The result of the call to the HeaderHandler delegate is
28       now interpreted as the uri of the target object. This seems to be MS.NET
29       behavior.
30         * BinaryFormatter.cs: Deserialize now calls the HeaderHandler delegate,
31           if provided.
32
33 2003-02-25  Lluis Sanchez Gual <lluis@ideary.com>
34
35         * BinaryFormatter.cs: Implemented support for binders.
36     * MessageFormatter.cs: Implemented support for binders.
37     * ObjectReader.cs: Implemented support for binders.
38
39 2003-02-04  Lluis Sanchez Gual <lluis@ideary.com>
40
41     * MessageFormatter.cs: Fixed bug in serialization of arguments.
42     * ObjectReader.cs: Fixed bug causing array of structs to fail.
43
44 2003-02-11  Patrik Torstensson
45
46     * ObjectReader.cs: Fixed root object bug causing object reader to return root object 
47           before fixup. Closes bug #37842.
48
49 2003-02-04  Lluis Sanchez Gual <lluis@ideary.com>
50
51     * MessageFormatter.cs: Corrected some bugs that affected serialization of exceptions
52
53 2003-02-04  Lluis Sanchez Gual <lluis@ideary.com>
54
55     * MessageFormatter.cs: Implemented serialization of message properties.
56
57 2003-01-24  Martin Baulig  <martin@ximian.com>
58
59         * ObjectReader.cs (ReadNextObject): Call
60         RaiseDeserializationEvent() on the ObjectManager when we're done
61         reading the whole graph.
62
63 2003-01-24  Lluis Sanchez Gual <lluis@ideary.com>
64
65     * ObjectWriter.cs, ObjectReader.cs: Added suport for headers. 
66       Corrected encoding of primitive types. Corrected a bug about zero-length arrays. 
67     * MessageFormatter.cs: Added. Implements serialization of messages.
68     * BinaryFormatter.cs: Added serialization of messages.
69     * BinaryCommon.cs: Added enum of codes of primitive types.
70
71 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
72
73         * ObjectWriter.cs: make the exception message more useful.
74
75 2003-01-16  Lluis Sanchez Gual <lluis@ideary.com>
76
77     * BinaryFormatter.cs: implemented Serialize and Deserialize methods.
78     * ObjectReader.cs: added.
79     * ObjectWriter.cs: added.
80     * BinaryCommon.cs. added.
81
82 2002-08-22  Nick Drochak  <ndrochak@gol.com>
83
84         * BinaryArrayTypeEnum.cs: Removed Non-existent enum (must have been
85         from beta days)
86
87 2002-08-18  Dick Porter  <dick@ximian.com>
88
89         * BinaryFormatter.cs: Stubbed out
90         
91