[Mono-bugs] [Bug 55499][Nor] Changed - MS.NET and Mono serialization of Booleans incompatible
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 12 Mar 2004 07:02:18 -0500 (EST)
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 shortcircuitfky@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=55499
--- shadow/55499 2004-03-12 07:00:48.000000000 -0500
+++ shadow/55499.tmp.16961 2004-03-12 07:02:18.000000000 -0500
@@ -59,6 +59,11 @@
Every time with the latest (in so far as I know) version of corlib
Additional Information:
Can be fixed by changing the name of the internal variable `value' in
corlib/System/Boolean.cs to `m_value'
+
+------- Additional Comments From shortcircuitfky@hotmail.com 2004-03-12 07:02 -------
+Created an attachment (id=6936)
+Patch to make Mono boolean serialization compatible with MS'
+