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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75536 --- shadow/75536 2005-07-12 10:02:56.000000000 -0400 +++ shadow/75536.tmp.3975 2005-07-12 10:02:56.000000000 -0400 @@ -0,0 +1,41 @@ +Bug#: 75536 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: CORLIB +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Deserialization an array of arrays fails + +Description of Problem: + +When trying to deserialize an object of type int[][], using the soap +serialization, an exception is thrown and the process fails + +Steps to reproduce the problem: +1. serialize an object of type int[][] to a file, using the SoapFormatter +2. try to deserialize it using the SoapFormatter +3. + +Actual Results: + +the process fails + +Expected Results: + +the deserialization should succeed + +How often does this happen? + +everytime + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
