[Mono-bugs] [Bug 75196][Nor] Changed - interop problem with
serialization and deserialization of float and double
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jun 9 11:08:11 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=75196
--- shadow/75196 2005-06-09 11:07:47.000000000 -0400
+++ shadow/75196.tmp.14894 2005-06-09 11:08:11.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 75196
Product: Mono: Class Libraries
Version: 1.0
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: roeie at mainsoft.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -42,6 +42,14 @@
Additional Information:
------- Additional Comments From roeie at mainsoft.com 2005-06-09 11:07 -------
Created an attachment (id=15289)
proposed solution
+
+------- Additional Comments From roeie at mainsoft.com 2005-06-09 11:08 -------
+The problem is that the conversion of the types float and double to
+text is used using the method ToString() whithout specifing a
+specific format, so the default is used.
+This is written in the class 'SoapTypeMapper' in
+namespace 'System.Runtime.Serialization.Formatters.Soap'
+attached a diff file for a proposed solution.
More information about the mono-bugs
mailing list