2002-03-12 Duncan Mak <duncan@ximian.com>
[mono.git] / mcs / class / corlib / System.Runtime.Serialization / ChangeLog
1 2002-03-12  Duncan Mak  <duncan@ximian.com>
2
3         * IFormatter.cs: Fix the return type of the Serialize method.
4
5 2002/03/07  Nick Drochak <ndrochak@gol.com>
6
7         * StreamingContextStates.cs: Add missing value (CrossAppDomain) and
8         adjust All value accordingly.
9
10 2002-03-01  Duncan Mak  <duncan@ximian.com>
11
12         * ObjectIDGenerator.cs: Implemented.
13
14 2002-02-19  Duncan Mak  <duncan@ximian.com>
15
16         * SurrogateSelector.cs: Implemented.    
17
18         * SerializationInfoEnumerator.cs: oh, and simplified the Current
19         property too.
20         
21         * SerializationInfo.cs: Forgot to finish up GetEnumerator ().
22
23 2002-02-18  Duncan Mak  <duncan@ximian.com>
24
25         * SerializationInfo.cs: Converted Type.GetType calls to the faster
26         typeof operator.
27
28 2002-02-16  Duncan Mak  <duncan@ximian.com>
29
30         * SurrogateSelector.cs: Stubbed out. Gonna be working on this
31         tomorrow.
32
33 2002-02-15  Duncan Mak  <duncan@ximian.com>
34
35         * SerializationEntry.cs: Added internal constructor for writing
36         bits in SerializationInfoEnumerator.
37         * SerializationInfo.cs: Completed.
38         * SerializationInfoEnumerator.cs: Implemented. Piggybacking on
39         Hashtable's GetEnumerator method.
40
41 2002-02-13  Dan Lewis <dihlewis@yahoo.co.uk>
42
43         * SerializationInfoEnumerator.cs: New file (stub)
44
45 2002-02-12  Duncan Mak  <duncan@ximian.com>
46         
47         * SerializationBinder.cs: Implemented.
48         * SerializationEntry.cs: Implemented.
49         * SerializationInfo.cs: Fixed the get portion of the AssemblyName
50         property. Implemented the FullTypename property.
51         
52 2002-01-06  David Dawkins <david@dawkins.st>
53
54         * IFormatter.cs : New file
55         * ISerializationSurrogate.cs : New file
56         * ISurrogateSelector.cs : New file
57
58 2002-05-01  Ravi Pratap  <ravi@ximian.com>
59
60         * SerializationInfo.cs : Insert MonoTODO attribute.
61
62 2001-08-24  Nick Drochak  <ndrochak@gol.com>
63
64         * IDeserializationCallback.cs: New File
65
66 Wed Nov 14 17:03:30 CET 2001 Paolo Molaro <lupus@ximian.com>
67
68         * IFormatterConverter.cs, SerializationInfo.cs: CLSCompliant updates.
69
70 Fri Nov 2 18:40:12 CET 2001 Paolo Molaro <lupus@ximian.com>
71
72         * SerializationException.cs: implemented.
73
74 2001-08-24  Nick Drochak  <ndrochak@gol.com>
75
76         * SerializationInfo.cs: Added all the public methods so that the compile would not break
77
78 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
79
80         * SerializationInfo.cs: New file.
81
82         * IFormatterConverter.cs: New file.
83
84         * ISerializable.cs: New file.
85         
86