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=80761 --- shadow/80761 2007-02-11 22:31:47.000000000 -0500 +++ shadow/80761.tmp.30243 2007-02-11 22:45:29.000000000 -0500 @@ -123,6 +123,22 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-02-11 22:31 ------- Created an attachment (id=18673) bug-80761.diff + +------- Additional Comments From [EMAIL PROTECTED] 2007-02-11 22:45 ------- +The delegate serialization format was not an issue, because +the format is backwards compatible. + +ReflectionSerializationHolder has to be renamed to +MemberInfoSerializationHolder to match MS. Unfortunately +this is breaking change for Mono, because older Mono +versions won't be able to talk to a patched Mono. +Even worse, historical serialized data that contains +MemberInfos can't be read by a patched Mono unless +we leave ReflectionSerializationHolder in the build. + +Lluis, could you please make a decision on how to deal with this +problem? + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
