[Mono-bugs] [Bug 79803][Nor] Changed - [2.0] Xml serialization of nullable types has wrong element name

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Nov 1 20:27:21 EST 2006


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 atsushi at ximian.com.

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

--- shadow/79803	2006-11-01 18:47:05.000000000 -0500
+++ shadow/79803.tmp.25049	2006-11-01 20:27:21.000000000 -0500
@@ -2,22 +2,22 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Major
+Severity: Unknown
+Priority: Normal
 Component: Sys.XML
 AssignedTo: atsushi at ximian.com                            
 ReportedBy: knocte at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Xml serialization of nullable types has wrong element name
+Summary: [2.0] Xml serialization of nullable types has wrong element name
 
 using System;
 using System.Xml;
 using System.Xml.Serialization;
 
 
@@ -39,6 +39,9 @@
 d1p1:type="q1:int"
 xmlns:d1p1="http://www.w3.org/2001/XMLSchema-instance">5</Nullable_x005F_x0060_1>
 
 
 Which is not the same as the output of MS.NET (with MS.NET the output is
 the same is if the int number wasn't nullable).
+
+------- Additional Comments From atsushi at ximian.com  2006-11-01 20:27 -------
+As it is often said, XML serialization 2.0 is not supported yet.


More information about the mono-bugs mailing list