https://bugzilla.novell.com/show_bug.cgi?id=661919
https://bugzilla.novell.com/show_bug.cgi?id=661919#c1 Marek Habersack <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Sys.Web |WCF Summary|System.Web.Extensions JSON |DataContractJsonSerializer |deserialization does not |doesn't deserialize |support nullable value |non-null values for |types |nullable members properly --- Comment #1 from Marek Habersack <[email protected]> 2011-01-03 08:06:37 CET --- The issue is in DataContractJsonSerializer, which is not in System.Web.Extensions but in System.ServiceModel.Web (.NET 3.5) or System.Runtime.Serialization (.NET 4.0) Also, the results are different using the attached test case to those described in the report. parm_id is assigned 0 (wrong) but val is assigned null (correct). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
