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=77563 --- shadow/77563 2006-02-15 10:03:18.000000000 -0500 +++ shadow/77563.tmp.22176 2006-02-15 10:03:18.000000000 -0500 @@ -0,0 +1,47 @@ +Bug#: 77563 +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: Incompatability with .net in soap serialization + +Description of Problem: +Unable to deserialize objects of type DateTime or Decimal, that were +serialized using MS.NET, + +Steps to reproduce the problem: + +In MS.NET +1. create new DateTime or Decimal object +2. serialize them using SoapFormatter to the file system + +IN Mono +1. try to Deserialize these objects from the file system + +Actual Results: +fail to deserialize + +Expected Results: +should succeed + +How often does this happen? + + +Additional Information: +The problem is that when these objects are serialized as root objects +(not as data members of other objects), MS.NET serialized them +differently. +Mono also handle these objects differently but only on the serialization +process, and not in the deserialization process. +therefore, there is incompatability. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
