[Mono-bugs] [Bug 82400][Min] Changed - [PATCH] DateTime binary serialization incompatible with MS.NET 2.0
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Aug 25 06:23:24 EDT 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 robertj at gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=82400
--- shadow/82400 2007-08-25 05:53:40.000000000 -0400
+++ shadow/82400.tmp.7788 2007-08-25 06:23:24.000000000 -0400
@@ -353,6 +353,17 @@
their implementation is struggling as well (the MS.NET 1.1 SOAP
formatter cannot handle 2.0 DateTimes).
IMHO, it's not worth the trouble.
---
+
+------- Additional Comments From robertj at gmx.net 2007-08-25 06:23 -------
+Arghh! Fixing bug #78593 won't solve this problem:
+
+The new ISerializable implementation has to serialize the
+field "ticks" as "long" (for MS.NET), but elder Monos demand a
+"TimeSpan".
+
+So there is no way to fix this issue, unless we break the API
+and make DateTime ISerializable on all profiles.
+
More information about the mono-bugs
mailing list