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:08:39.000000000 -0500 +++ shadow/77563.tmp.7159 2006-02-16 10:47:12.000000000 -0500 @@ -0,0 +1,58 @@ +Bug#: 77563 +Product: Mono: Class Libraries +Version: 1.1 +OS: unknown +OS Details: +Status: NEW +Resolution: +Severity: Unknown +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. + +------- Additional Comments From [EMAIL PROTECTED] 2006-02-15 10:06 ------- +Created an attachment (id=16489) +patch for soap reader + + +------- Additional Comments From [EMAIL PROTECTED] 2006-02-15 10:08 ------- +I have attached a suggested solution. + +------- Additional Comments From [EMAIL PROTECTED] 2006-02-16 10:47 ------- +Can you please provide a small test app I can use to reproduce the issue? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
