Quantcast
Channel: Juri Strumpflohner – .NET Code Geeks
Viewing all articles
Browse latest Browse all 26

ASP.net MVC3: Doesn’t Deserialize Nullable Properties from Json

$
0
0
A couple of days ago I noticed that the Nullable properties of a C# object were not properly deserialized when posting back a Json object to an MVC3 action. It seems like this is a bug in the JavaScriptSerializer used by MVC3 to serialize/deserialize Json data. This behavior is quite nerving as you probably have […]

Viewing all articles
Browse latest Browse all 26

Trending Articles