[Mono-bugs] [Bug 75568][Nor] New - Soap Serialization encoding is
wrong
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Jul 17 04:24:38 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=75568
--- shadow/75568 2005-07-17 04:24:38.000000000 -0400
+++ shadow/75568.tmp.28059 2005-07-17 04:24:38.000000000 -0400
@@ -0,0 +1,43 @@
+Bug#: 75568
+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: Soap Serialization encoding is wrong
+
+Description of Problem:
+When serializing an array of int arrays (int[][]), the type is encoded
+as: "a1:Int32_x005B__x005D_[1]" and not as it should be (and at
+MS.NET): "a1:Int32[][1]".
+This causes application that run on The MS.NET platform not to recognize
+this type.
+
+Steps to reproduce the problem:
+1. serialize an object of type int[][]
+2.
+3.
+
+Actual Results:
+
+Serialization result is in the wrong format.
+
+Expected Results:
+
+as MS.NET
+
+How often does this happen?
+
+every time
+
+Additional Information:
More information about the mono-bugs
mailing list