[Mono-bugs] [Bug 42779][Nor] Changed - Type.IsSerializable should be true for any kind of arrays

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 13 May 2003 05:46:42 -0400 (EDT)


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 dietmar@ximian.com.

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

--- shadow/42779	Tue May 13 05:15:36 2003
+++ shadow/42779.tmp.19651	Tue May 13 05:46:42 2003
@@ -1,13 +1,13 @@
 Bug#: 42779
 Product: Mono/Runtime
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jean-marc.andre@polymtl.ca               
 QAContact: mono-bugs@ximian.com
@@ -148,6 +148,9 @@
 But the I get the following output:
 
 IsSerializable? True
 Attributes: 1056897
 
 Maybe there is something wrong with TypeAttribute.ToString()?
+
+------- Additional Comments From dietmar@ximian.com  2003-05-13 05:46 -------
+We always set the serializable flag for arrays now.