[Mono-bugs] [Bug 74349][Nor] Changed - classes implementing IXmlSerializable are not serialized correctly (patch attached)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 5 Apr 2005 08:26:20 -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=74349
--- shadow/74349 2005-04-03 07:59:32.000000000 -0400
+++ shadow/74349.tmp.14584 2005-04-05 08:26:20.000000000 -0400
@@ -2,13 +2,13 @@
Product: Mono: Class Libraries
Version: 1.1
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Sys.XML
AssignedTo: lluis@ximian.com
ReportedBy: kostat@mainsoft.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -142,6 +142,11 @@
------- Additional Comments From kostat@mainsoft.com 2005-04-03 07:59 -------
Created an attachment (id=14826)
change needed in System.Xml.Serialization/XmlTypeMapping.cs file
+
+------- Additional Comments From lluis@ximian.com 2005-04-05 08:26 -------
+I ran the test case in MS.NET 1.1 and I get exactly the same output,
+so Mono is serializing the dataset using the IXmlSerializable
+interface. Maybe you attached the wrong test case?