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=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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
