8b9c968e9c12b5347011898efdb08dc3375e98b2
[mono.git] / mcs / class / corlib / System.Runtime.Serialization.Formatters.Binary / ChangeLog
1 2003-01-24  Martin Baulig  <martin@ximian.com>
2
3         * ObjectReader.cs (ReadNextObject): Call
4         RaiseDeserializationEvent() on the ObjectManager when we're done
5         reading the whole graph.
6
7 2003-01-24  Lluis Sanchez Gual <lluis@ideary.com>
8
9     * ObjectWriter.cs, ObjectReader.cs: Added suport for headers. 
10       Corrected encoding of primitive types. Corrected a bug about zero-length arrays. 
11     * MessageFormatter.cs: Added. Implements serialization of messages.
12     * BinaryFormatter.cs: Added serialization of messages.
13     * BinaryCommon.cs: Added enum of codes of primitive types.
14
15 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16
17         * ObjectWriter.cs: make the exception message more useful.
18
19 2003-01-16  Lluis Sanchez Gual <lluis@ideary.com>
20
21     * BinaryFormatter.cs: implemented Serialize and Deserialize methods.
22     * ObjectReader.cs: added.
23     * ObjectWriter.cs: added.
24     * BinaryCommon.cs. added.
25
26 2002-08-22  Nick Drochak  <ndrochak@gol.com>
27
28         * BinaryArrayTypeEnum.cs: Removed Non-existent enum (must have been
29         from beta days)
30
31 2002-08-18  Dick Porter  <dick@ximian.com>
32
33         * BinaryFormatter.cs: Stubbed out
34         
35