[Mono-bugs] [Bug 75986][Nor] Changed - Arrays are not serialized with RPC-Encoded format

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Sep 21 09:33:51 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 lluis at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75986

--- shadow/75986	2005-09-21 08:33:47.000000000 -0400
+++ shadow/75986.tmp.17924	2005-09-21 09:33:51.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 75986
 Product: Mono: Class Libraries
 Version: 1.1
 OS: All
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Sys.XML
 AssignedTo: lluis at ximian.com                            
 ReportedBy: kostat at mainsoft.com               
 QAContact: mono-bugs at ximian.com
@@ -47,6 +47,12 @@
 object varGrid1Data = "varGrid1Data"; 
 object varErrorData = "varErrorData";
 bool blnDebug = true;
 
 ws.EmployeeInitNbiResults(ref varParms, ref varOut, ref varGrid1Rows,
 ref varGrid1Data, ref varErrorData, ref blnDebug);
+
+------- Additional Comments From lluis at ximian.com  2005-09-21 09:33 -------
+Patch committed with some changes (r50371). Notice that the
+RPC-Encoded serializer does already support serialization of arrays.
+However, it did not support serialization of primitive arrays when not
+explicitely specified in the container type or message.


More information about the mono-bugs mailing list