* BinaryFormatter.cs: implemented Serialize and Deserialize methods.
[mono.git] / mcs / class / corlib / System.Runtime.Serialization.Formatters.Binary / ChangeLog
1 2003-01-16  Lluis Sanchez Gual <lsg@ctv.es>
2
3     * BinaryFormatter.cs: implemented Serialize and Deserialize methods.
4     * ObjectReader.cs: added.
5     * ObjectWriter.cs: added.
6     * BinaryCommon.cs. added.
7
8 2002-08-22  Nick Drochak  <ndrochak@gol.com>
9
10         * BinaryArrayTypeEnum.cs: Removed Non-existent enum (must have been
11         from beta days)
12
13 2002-08-18  Dick Porter  <dick@ximian.com>
14
15         * BinaryFormatter.cs: Stubbed out
16         
17