[Mono-bugs] [Bug 79385][Nor] New - [PATCH] Generic List serialization not compatible with MS
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Sep 12 15:54:20 EDT 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=79385
--- shadow/79385 2006-09-12 15:54:20.000000000 -0400
+++ shadow/79385.tmp.22970 2006-09-12 15:54:20.000000000 -0400
@@ -0,0 +1,26 @@
+Bug#: 79385
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: gert.driesen at pandora.be
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [PATCH] Generic List serialization not compatible with MS
+
+A List<T> serialized on MS.NET cannot be deserialized on Mono.
+
+To reproduce, compile and run the attached repro.
+
+I'll attach a patch which fixes the deserialization issue. However, I
+noticed that even after my fix our binary serialization result does not
+exactly match that of MS. You can reproduce this by uncommenting the call
+to Serialize () in the Main method of my repro.
More information about the mono-bugs
mailing list