[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
       
    Sun,  3 Apr 2005 07:58:21 -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 kostat@mainsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74349
--- shadow/74349	2005-04-03 07:52:51.000000000 -0400
+++ shadow/74349.tmp.7699	2005-04-03 07:58:21.000000000 -0400
@@ -127,6 +127,11 @@
 
 Actual Results:
 DataSet is serialized as an ordinary object
 
 Expected Results:
 DataSet is serialized using IXmlSerializable interface
+
+------- Additional Comments From kostat@mainsoft.com  2005-04-03 07:58 -------
+Created an attachment (id=14824)
+change needed in System.Xml.Serialization/XmlReflectionImporter.cs file
+