[Mono-bugs] [Bug 80205][Wis] Changed - Bug in serializing a MemoryStream (due to a difference between Mono and .Net)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Dec 21 15:41:28 EST 2006
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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=80205
--- shadow/80205 2006-12-09 19:15:42.000000000 -0500
+++ shadow/80205.tmp.12251 2006-12-21 15:41:28.000000000 -0500
@@ -73,6 +73,17 @@
(System.IO.Stream serializationStream) [0x00000]
------- Additional Comments From gert.driesen at pandora.be 2006-12-09 19:15 -------
Hint: do not say you did not take time to look at Mono's sources
when you expect someone else to take time to fix the issue you
report ;-)
+
+------- Additional Comments From gert.driesen at pandora.be 2006-12-21 15:41 -------
+I've attached a patch which modifies the names of the fields of
+MemoryStream to match those of MS.
+
+However, even after this change we need modifications in
+System.MarshalByRefObject and System.Runtime.Remoting.ServerIdentity
+(which is an internal class!!) to be fully binary compatible.
+
+I've also added a serialization and deserialization test to
+MemoryStreamTest. Both marked NotWorking.
More information about the mono-bugs
mailing list