2002-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / corlib / System.Runtime.Serialization / ChangeLog
1 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2
3         * FormatterServices.cs:a implemented GetSerializableMembers ().
4
5 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6
7         * FormatterServices.cs: New file with some implementation.
8
9 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
10
11         * SerializationInfo.cs: special case for null values.
12         use the converter everywhere.
13
14 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
15
16         * SerializationInfo.cs: added new function to support the runtime
17
18 2002-07-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19
20         * Formatter.cs: added namespace.
21
22 2002-06-10  Duncan Mak  <duncan@ximian.com>
23
24         * Formatter.cs: Addd to CVS.
25
26         * FormatterConverter.cs: Added to CVS.
27
28         * SerializationInfo.cs (AddValue): Removed extra CLSCompliant attribute.
29
30 2002-04-12  Duncan Mak  <duncan@ximian.com>
31
32         * SerializationException.cs: Added missing constructor for serialization.
33
34 2002-03-12  Duncan Mak  <duncan@ximian.com>
35
36         * IFormatter.cs: Fix the return type of the Serialize method.
37
38 2002/03/07  Nick Drochak <ndrochak@gol.com>
39
40         * StreamingContextStates.cs: Add missing value (CrossAppDomain) and
41         adjust All value accordingly.
42
43 2002-03-01  Duncan Mak  <duncan@ximian.com>
44
45         * ObjectIDGenerator.cs: Implemented.
46
47 2002-02-19  Duncan Mak  <duncan@ximian.com>
48
49         * SurrogateSelector.cs: Implemented.    
50
51         * SerializationInfoEnumerator.cs: oh, and simplified the Current
52         property too.
53         
54         * SerializationInfo.cs: Forgot to finish up GetEnumerator ().
55
56 2002-02-18  Duncan Mak  <duncan@ximian.com>
57
58         * SerializationInfo.cs: Converted Type.GetType calls to the faster
59         typeof operator.
60
61 2002-02-16  Duncan Mak  <duncan@ximian.com>
62
63         * SurrogateSelector.cs: Stubbed out. Gonna be working on this
64         tomorrow.
65
66 2002-02-15  Duncan Mak  <duncan@ximian.com>
67
68         * SerializationEntry.cs: Added internal constructor for writing
69         bits in SerializationInfoEnumerator.
70         * SerializationInfo.cs: Completed.
71         * SerializationInfoEnumerator.cs: Implemented. Piggybacking on
72         Hashtable's GetEnumerator method.
73
74 2002-02-13  Dan Lewis <dihlewis@yahoo.co.uk>
75
76         * SerializationInfoEnumerator.cs: New file (stub)
77
78 2002-02-12  Duncan Mak  <duncan@ximian.com>
79         
80         * SerializationBinder.cs: Implemented.
81         * SerializationEntry.cs: Implemented.
82         * SerializationInfo.cs: Fixed the get portion of the AssemblyName
83         property. Implemented the FullTypename property.
84         
85 2002-01-06  David Dawkins <david@dawkins.st>
86
87         * IFormatter.cs : New file
88         * ISerializationSurrogate.cs : New file
89         * ISurrogateSelector.cs : New file
90
91 2002-05-01  Ravi Pratap  <ravi@ximian.com>
92
93         * SerializationInfo.cs : Insert MonoTODO attribute.
94
95 2001-08-24  Nick Drochak  <ndrochak@gol.com>
96
97         * IDeserializationCallback.cs: New File
98
99 Wed Nov 14 17:03:30 CET 2001 Paolo Molaro <lupus@ximian.com>
100
101         * IFormatterConverter.cs, SerializationInfo.cs: CLSCompliant updates.
102
103 Fri Nov 2 18:40:12 CET 2001 Paolo Molaro <lupus@ximian.com>
104
105         * SerializationException.cs: implemented.
106
107 2001-08-24  Nick Drochak  <ndrochak@gol.com>
108
109         * SerializationInfo.cs: Added all the public methods so that the compile would not break
110
111 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
112
113         * SerializationInfo.cs: New file.
114
115         * IFormatterConverter.cs: New file.
116
117         * ISerializable.cs: New file.
118         
119