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 [EMAIL PROTECTED]

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: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
 URL: 
@@ -41,6 +41,33 @@
 
 
 How often does this happen? 
 every time
 
 Additional Information:
+
+------- Additional Comments From [EMAIL PROTECTED]  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)
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to