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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2006-11-01 20:27 ------- +As it is often said, XML serialization 2.0 is not supported yet. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
