[Mono-bugs] [Bug 77563][Nor] Changed - Incompatability with .net in soap serialization

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Feb 16 10:47:12 EST 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 lluis at ximian.com.

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: mono-bugs at ximian.com                            
+ReportedBy: roeie at mainsoft.com               
+QAContact: mono-bugs at ximian.com
+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 roeie at mainsoft.com  2006-02-15 10:06 -------
+Created an attachment (id=16489)
+patch for soap reader
+
+
+------- Additional Comments From roeie at mainsoft.com  2006-02-15 10:08 -------
+I have attached a suggested solution.
+
+------- Additional Comments From lluis at ximian.com  2006-02-16 10:47 -------
+Can you please provide a small test app I can use to reproduce the issue?


More information about the mono-bugs mailing list