2002-02-16 Duncan Mak <duncan@ximian.com>
[mono.git] / mcs / class / corlib / System.Runtime.Serialization / ChangeLog
1 2002-02-16  Duncan Mak  <duncan@ximian.com>
2
3         * SurrogateSelector.cs: Stubbed out. Gonna be working on this
4         tomorrow.
5
6 2002-02-15  Duncan Mak  <duncan@ximian.com>
7
8         * SerializationEntry.cs: Added internal constructor for writing
9         bits in SerializationInfoEnumerator.
10         * SerializationInfo.cs: Completed.
11         * SerializationInfoEnumerator.cs: Implemented. Piggybacking on
12         Hashtable's GetEnumerator method.
13
14 2002-02-13  Dan Lewis <dihlewis@yahoo.co.uk>
15
16         * SerializationInfoEnumerator.cs: New file (stub)
17
18 2002-02-12  Duncan Mak  <duncan@ximian.com>
19         
20         * SerializationBinder.cs: Implemented.
21         * SerializationEntry.cs: Implemented.
22         * SerializationInfo.cs: Fixed the get portion of the AssemblyName
23         property. Implemented the FullTypename property.
24         
25 2002-01-06  David Dawkins <david@dawkins.st>
26
27         * IFormatter.cs : New file
28         * ISerializationSurrogate.cs : New file
29         * ISurrogateSelector.cs : New file
30
31 2002-05-01  Ravi Pratap  <ravi@ximian.com>
32
33         * SerializationInfo.cs : Insert MonoTODO attribute.
34
35 2001-08-24  Nick Drochak  <ndrochak@gol.com>
36
37         * IDeserializationCallback.cs: New File
38
39 Wed Nov 14 17:03:30 CET 2001 Paolo Molaro <lupus@ximian.com>
40
41         * IFormatterConverter.cs, SerializationInfo.cs: CLSCompliant updates.
42
43 Fri Nov 2 18:40:12 CET 2001 Paolo Molaro <lupus@ximian.com>
44
45         * SerializationException.cs: implemented.
46
47 2001-08-24  Nick Drochak  <ndrochak@gol.com>
48
49         * SerializationInfo.cs: Added all the public methods so that the compile would not break
50
51 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
52
53         * SerializationInfo.cs: New file.
54
55         * IFormatterConverter.cs: New file.
56
57         * ISerializable.cs: New file.
58         
59