[Mono-bugs] [Bug 40161][Wis] Changed - XmlSerializer doesn't work, throws NullReferenceException

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 25 Mar 2003 14:09:14 -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 duncan@ximian.com.

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

--- shadow/40161	Sun Mar 23 00:40:25 2003
+++ shadow/40161.tmp.31645	Tue Mar 25 14:09:14 2003
@@ -1,13 +1,13 @@
 Bug#: 40161
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: System.XML
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: duncan@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -91,6 +91,28 @@
 
 
 ------- Additional Comments From duncan@ximian.com  2003-03-23 00:40 -------
 Should I refile this as a runtime bug? It seems like if the code works
 (barely) on Windows, and not on Linux, that the bug is somewhere in
 the runtime.
+
+------- Additional Comments From duncan@ximian.com  2003-03-25 14:09 -------
+With today's runtime and libraries, I no longer see this problem.
+
+</wedding>diphthong:~/src $ mono client.exe < input.xml
+Husband is 20 years old.
+Wife is 20 years old.
+<?xml version="1.0" encoding="iso-8859-1"?>
+<wedding xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+xmlns="UUID:F0B34FD2-5000-4008-91DA-D07B99E62A90">
+  <husband>
+    <name>Husband</name>
+    <age>21</age>
+  </husband>
+  <wife>
+    <name>Wife</name>
+    <age>19</age>
+  </wife>
+</wedding>
+
+This is great work!