[Mono-bugs] [Bug 75198][Nor] New - interop problem in decimal serialization

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jun 9 11:22:58 EDT 2005


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=75198

--- shadow/75198	2005-06-09 11:22:58.000000000 -0400
+++ shadow/75198.tmp.15070	2005-06-09 11:22:58.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 75198
+Product: Mono: Class Libraries
+Version: 1.0
+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: interop problem in decimal serialization
+
+Description of Problem:
+when serializing decimal object using soap it is serialized different 
+than it is in .NET, and because of that .NET clients can not deserialize 
+it.
+
+Steps to reproduce the problem:
+1. serialize a decimal object using soap in mono
+2. try to deserialize it from a .NET client.
+
+Actual Results:
+   .NET exits with exception 
+
+Expected Results:
+    deserialization should succeed.
+
+How often does this happen? 
+    every time
+
+Additional Information:
+
+   the serialization process is using reflection to serialize the decimal 
+object. The problem is that .NET uses different data members in decimal 
+class than mono does.


More information about the mono-bugs mailing list