[Mono-bugs] [Bug 60228][Nor] Changed - SynchronizationAttribute cannot be serialized

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 7 May 2005 02:05:51 -0400 (EDT)


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 gert.driesen@pandora.be.

http://bugzilla.ximian.com/show_bug.cgi?id=60228

--- shadow/60228	2005-05-06 19:22:14.000000000 -0400
+++ shadow/60228.tmp.12976	2005-05-07 02:05:51.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 60228
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: lluis@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
@@ -55,6 +55,14 @@
 ------- Additional Comments From miguel@ximian.com  2005-05-06 19:09 -------
 lluis could you comment on this?
 
 ------- Additional Comments From lluis@ximian.com  2005-05-06 19:22 -------
 Is SynchronizationAttribute supposed to be serializable? What are you
 trying to serialize? I need a test case for this.
+
+------- Additional Comments From gert.driesen@pandora.be  2005-05-07 02:05 -------
+SynchronizationAttribute is indeed supposed to be Serializable. I 
+posted this bug report (and some others) when I wrote a little app 
+for verifying binary serialization compatibility between Mono and 
+MS.NET.
+
+If you want, I'll attach a small repro. Just let me know.