[Mono-bugs] [Bug 75568][Nor] Changed - Soap Serialization encoding is wrong

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Jul 17 04:50:56 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:48:20.000000000 -0400
+++ shadow/75568.tmp.28192	2005-07-17 04:50:55.000000000 -0400
@@ -0,0 +1,49 @@
+Bug#: 75568
+Product: Mono: Class Libraries
+Version: 1.1
+OS: unknown
+OS Details: 
+Status: RESOLVED   
+Resolution: NOTABUG
+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: 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:
+
+------- Additional Comments From roeie at mainsoft.com  2005-07-17 04:48 -------
+Ignore this bug, i was checking it with the wrong version
+
+------- Additional Comments From roeie at mainsoft.com  2005-07-17 04:50 -------
+It was fixed in the last version


More information about the mono-bugs mailing list