[Mono-bugs] [Bug 53512][Nor] Changed - Binary serializer + events = null ref exception

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 29 Jan 2004 13:04:34 -0500 (EST)


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 lluis@ximian.com.

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

--- shadow/53512	2004-01-28 21:31:27.000000000 -0500
+++ shadow/53512.tmp.8951	2004-01-29 13:04:34.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 53512
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: lluis@ximian.com                            
 ReportedBy: peter@newton.cx               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -31,6 +31,9 @@
 shaky.)
 
 So to my limited understanding, either GetSerializableMembers shouldn't
 return these FieldInfos for events (check MS implementation?) or the
 ObjectWriter should filter those fields out somehow. Or there's a genuine
 bug and events somehow need to be serialized.
+
+------- Additional Comments From lluis@ximian.com  2004-01-29 13:04 -------
+Can you attach a simple test case? it would be of great help.