[Mono-bugs] [Bug 70384][Wis] Changed - XmlSerializer fails to serialize Microsoft.Web.Services2.SoapEnvelop
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 20 Jan 2005 09:32:46 -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 borodin@zg.bezopasnost.ru.
http://bugzilla.ximian.com/show_bug.cgi?id=70384
--- shadow/70384 2004-12-10 04:02:25.000000000 -0500
+++ shadow/70384.tmp.16421 2005-01-20 09:32:46.000000000 -0500
@@ -47,6 +47,14 @@
------- Additional Comments From lluis@ximian.com 2004-12-09 13:26 -------
Does it work with MS.NET?
------- Additional Comments From borodin@zg.bezopasnost.ru 2004-12-10 04:02 -------
yes it does
+
+------- Additional Comments From borodin@zg.bezopasnost.ru 2005-01-20 09:32 -------
+current XmlSerializer can't serialize ANY object that inherits
+XmlDocument, and problem is in that
+System.Xml.Serialization.XmlReflectionImporter:ImportXmlNodeMapping -
+it has presets for node, element, text node, document and nothing else
+- any other type generates exception
+