Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Runtime.Serialization « corlib « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a95b753362a968ec8b790533e70d7cff96455119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
2002-06-10  Duncan Mak  <duncan@ximian.com>

	* Formatter.cs: Addd to CVS.

	* FormatterConverter.cs: Added to CVS.

	* SerializationInfo.cs (AddValue): Removed extra CLSCompliant attribute.

2002-04-12  Duncan Mak  <duncan@ximian.com>

	* SerializationException.cs: Added missing constructor for serialization.

2002-03-12  Duncan Mak  <duncan@ximian.com>

	* IFormatter.cs: Fix the return type of the Serialize method.

2002/03/07  Nick Drochak <ndrochak@gol.com>

	* StreamingContextStates.cs: Add missing value (CrossAppDomain) and
	adjust All value accordingly.

2002-03-01  Duncan Mak  <duncan@ximian.com>

	* ObjectIDGenerator.cs: Implemented.

2002-02-19  Duncan Mak  <duncan@ximian.com>

	* SurrogateSelector.cs: Implemented.	

	* SerializationInfoEnumerator.cs: oh, and simplified the Current
	property too.
	
	* SerializationInfo.cs: Forgot to finish up GetEnumerator ().

2002-02-18  Duncan Mak  <duncan@ximian.com>

	* SerializationInfo.cs: Converted Type.GetType calls to the faster
	typeof operator.

2002-02-16  Duncan Mak  <duncan@ximian.com>

	* SurrogateSelector.cs: Stubbed out. Gonna be working on this
	tomorrow.

2002-02-15  Duncan Mak  <duncan@ximian.com>

	* SerializationEntry.cs: Added internal constructor for writing
	bits in SerializationInfoEnumerator.
	* SerializationInfo.cs: Completed.
	* SerializationInfoEnumerator.cs: Implemented. Piggybacking on
	Hashtable's GetEnumerator method.

2002-02-13  Dan Lewis <dihlewis@yahoo.co.uk>

	* SerializationInfoEnumerator.cs: New file (stub)

2002-02-12  Duncan Mak  <duncan@ximian.com>
	
	* SerializationBinder.cs: Implemented.
	* SerializationEntry.cs: Implemented.
	* SerializationInfo.cs: Fixed the get portion of the AssemblyName
	property. Implemented the FullTypename property.
	
2002-01-06  David Dawkins <david@dawkins.st>

	* IFormatter.cs : New file
	* ISerializationSurrogate.cs : New file
	* ISurrogateSelector.cs : New file

2002-05-01  Ravi Pratap  <ravi@ximian.com>

	* SerializationInfo.cs : Insert MonoTODO attribute.

2001-08-24  Nick Drochak  <ndrochak@gol.com>

	* IDeserializationCallback.cs: New File

Wed Nov 14 17:03:30 CET 2001 Paolo Molaro <lupus@ximian.com>

	* IFormatterConverter.cs, SerializationInfo.cs: CLSCompliant updates.

Fri Nov 2 18:40:12 CET 2001 Paolo Molaro <lupus@ximian.com>

	* SerializationException.cs: implemented.

2001-08-24  Nick Drochak  <ndrochak@gol.com>

	* SerializationInfo.cs: Added all the public methods so that the compile would not break

2001-07-20  Miguel de Icaza  <miguel@ximian.com>

	* SerializationInfo.cs: New file.

	* IFormatterConverter.cs: New file.

	* ISerializable.cs: New file.