[Mono-bugs] [Bug 67781][Maj] Changed - Serialization of lists fails with objects implementing IXmlSerializable

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 7 Oct 2004 17:02:06 -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 matze@braunis.de.

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

--- shadow/67781	2004-10-07 15:55:07.000000000 -0400
+++ shadow/67781.tmp.15836	2004-10-07 17:02:06.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 67781
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: x86 gentoo
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Major
 Component: Sys.XML
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: matze@braunis.de               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -110,6 +110,11 @@
 <AList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <List>
     <anyType xsi:type="A" />
   </List>
 </AList>
+
+------- Additional Comments From matze@braunis.de  2004-10-07 17:02 -------
+Ok, running the same code in win32 gives me an exception that explains
+that I cannot XmlInclude types derived from IXmlSerializable. I don't
+understand why, but it seems this is actually not a bug.