[Mono-bugs] [Bug 53201][Maj] Changed - Deserialization of XmlElement fails.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 22 Jan 2004 06:34:48 -0500 (EST)
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=53201
--- shadow/53201 2004-01-22 05:36:47.000000000 -0500
+++ shadow/53201.tmp.13923 2004-01-22 06:34:48.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 53201
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: Sys.XML
AssignedTo: lluis@ximian.com
ReportedBy: erezl@mainsoft.com
QAContact: mono-bugs@ximian.com
@@ -81,6 +81,10 @@
rootMap is always created base on typeinfo of some element, so in
this case it will always hold "XmlElement" as ElementName, and its
never will be the same as Reader.LocalName of some instance of
XmlElement previously serialized.
boris
+
+------- Additional Comments From lluis@ximian.com 2004-01-22 06:34 -------
+The check needs to be made for types other than XmlElement. Anyway, I
+just commited a fix.