[Mono-bugs] [Bug 80502][Nor] Changed - PropertyInfo, EventInfo not marked serializable

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jan 11 19:06:06 EST 2007


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 robertj at gmx.net.

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

--- shadow/80502	2007-01-11 16:12:27.000000000 -0500
+++ shadow/80502.tmp.3944	2007-01-11 19:06:06.000000000 -0500
@@ -1,15 +1,15 @@
 Bug#: 80502
 Product: Mono: Class Libraries
 Version: 1.2
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Major
+Severity: Unknown
+Priority: Normal
 Component: System
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: steven43126 at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
@@ -41,6 +41,33 @@
 
 
 How often does this happen? 
 every time
 
 Additional Information:
+
+------- Additional Comments From robertj at gmx.net  2007-01-11 19:06 -------
+Some notes:
+
+- EventInfo as of MS.NET 1.1 not serializable.
+- PropertyInfo is serializable in both MS.NET versions.
+- Mono's 1.1 PropertyInfo must be marked as serializable.
+
+Of course, this doesn't fix anything because
+MonoEvent, MonoProperty, MonoField must be implemented
+as serializable as well.
+
+If we implement the serialization, it would be nice to
+know whether there are plans to make it 100% MS.NET interoperable,
+because this would require either
+
+1) rename Mono* -> Runtime* to match the MS type names
+   (similar to MonoType ./. RuntimeType)
+
+or
+
+2) hack the binary serialization to map between Mono's and
+   MS' type names
+
+
+Prio changed (see http://bugzilla.ximian.com/bug_status.html#priority)
+


More information about the mono-bugs mailing list