[Mono-bugs] [Bug 80502][Maj] New - PropertyInfo, EventInfo not marked serializable
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jan 11 16:12:27 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 steven43126 at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80502
--- shadow/80502 2007-01-11 16:12:27.000000000 -0500
+++ shadow/80502.tmp.1782 2007-01-11 16:12:27.000000000 -0500
@@ -0,0 +1,46 @@
+Bug#: 80502
+Product: Mono: Class Libraries
+Version: 1.2
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: System
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: steven43126 at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: PropertyInfo, EventInfo not marked serializable
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+Under .NET EventInfo and PropertyInfo are marked as serializable under mono
+they are not. This means i can not use them over remoting.
+MethodInfo Is marked as serializable and works fine.
+
+Steps to reproduce the problem:
+1. try to retrive EventInfo using reflection over remoting
+2.
+3.
+
+Actual Results:
+As can be seen here this is the exception thrown when trying to get
+property information.
+
+Unhandled Exception: System.Runtime.Serialization.SerializationException:
+Type System.Reflection.MonoProperty is not marked as Serializable.
+
+
+
+Expected Results:
+
+
+How often does this happen?
+every time
+
+Additional Information:
More information about the mono-bugs
mailing list