[Mono-bugs] [Bug 61464][Cos] Changed - MS XmlSerializer can serialize ArrayList derived class with no public parameterless constructor, while Mono implementation cannot

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 2 Sep 2004 13:39:17 -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 lluis@ximian.com.

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

--- shadow/61464	2004-07-15 12:49:27.000000000 -0400
+++ shadow/61464.tmp.11448	2004-09-02 13:39:17.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 61464
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: Gentoo linux
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Cosmetic
 Component: Sys.XML
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: psonek2@seznam.cz               
 QAContact: mono-bugs@ximian.com
@@ -124,6 +124,9 @@
 created by it's container. If the field is null, it will also fail
 since the serializer can't use a public constructor to create the
 list. In mono we check that all classes are public when construction
 the xml mappings, and we are not considering this scenario. We just
 need to change this.
 
+
+------- Additional Comments From lluis@ximian.com  2004-09-02 13:39 -------
+Fixed in CVS HEAD.