Modified and added stubs to allow corlib to compile without referencing mscorlib
[mono.git] / mcs / class / corlib / System.Runtime.Serialization / ChangeLog
1 2002-02-13  Dan Lewis <dihlewis@yahoo.co.uk>
2
3         * SerializationInfoEnumerator.cs: New file (stub)
4
5 2002-02-12  Duncan Mak  <duncan@ximian.com>
6         
7         * SerializationBinder.cs: Implemented.
8         * SerializationEntry.cs: Implemented.
9         * SerializationInfo.cs: Fixed the get portion of the AssemblyName
10         property. Implemented the FullTypename property.
11         
12 2002-01-06  David Dawkins <david@dawkins.st>
13
14         * IFormatter.cs : New file
15         * ISerializationSurrogate.cs : New file
16         * ISurrogateSelector.cs : New file
17
18 2002-05-01  Ravi Pratap  <ravi@ximian.com>
19
20         * SerializationInfo.cs : Insert MonoTODO attribute.
21
22 2001-08-24  Nick Drochak  <ndrochak@gol.com>
23
24         * IDeserializationCallback.cs: New File
25
26 Wed Nov 14 17:03:30 CET 2001 Paolo Molaro <lupus@ximian.com>
27
28         * IFormatterConverter.cs, SerializationInfo.cs: CLSCompliant updates.
29
30 Fri Nov 2 18:40:12 CET 2001 Paolo Molaro <lupus@ximian.com>
31
32         * SerializationException.cs: implemented.
33
34 2001-08-24  Nick Drochak  <ndrochak@gol.com>
35
36         * SerializationInfo.cs: Added all the public methods so that the compile would not break
37
38 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
39
40         * SerializationInfo.cs: New file.
41
42         * IFormatterConverter.cs: New file.
43
44         * ISerializable.cs: New file.
45         
46