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

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Feb 15 10:03:18 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 roeie at mainsoft.com.

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: 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.


More information about the mono-bugs mailing list