[Mono-bugs] [Bug 78594][Nor] Changed - [PATCH] 2.0 Serialization Callbacks
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jul 4 10:06:44 EDT 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by kornelpal at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78594
--- shadow/78594 2006-07-04 10:04:51.000000000 -0400
+++ shadow/78594.tmp.25144 2006-07-04 10:06:44.000000000 -0400
@@ -82,6 +82,19 @@
attributes for his own purposes and Mono will mess up his code.
------- Additional Comments From kornelpal at gmail.com 2006-07-04 10:04 -------
Created an attachment (id=17240)
TestSerializationCallbacks.cs
+
+------- Additional Comments From kornelpal at gmail.com 2006-07-04 10:06 -------
+The attached test should print the following:
+Plain.OnSerializing
+Plain.OnSerialized
+ISerializable.OnSerializing
+ISerializable.GetObjectData
+ISerializable.OnSerialized
+Plain.OnDeserializing
+Plain.OnDeserialized
+ISerializable.OnDeserializing
+ISerializable.Ctor
+ISerializable.OnDeserialized
More information about the mono-bugs
mailing list