Improved Json deserialization of floating-point numbers.
authorMarcos Henrich <marcos.henrich@xamarin.com>
Thu, 25 Sep 2014 14:30:46 +0000 (15:30 +0100)
committerMarcos Henrich <marcos.henrich@xamarin.com>
Thu, 25 Sep 2014 14:30:46 +0000 (15:30 +0100)
commit92a4fd26ac859887cc62bb7a0a5b3685546e27a9
tree9d7432b78ddd449c4d33e2b4a00df5535caa989f
parentee71f0a1e6b75e42cae1fe358fd50c11432e575d
Improved Json deserialization of floating-point numbers.
When DataContractJsonSerializer was created from type object, deserialization of floating.point numbers was not possible.
Fixes 21583.
mcs/class/System.ServiceModel.Web/System.Runtime.Serialization.Json/JsonSerializationReader.cs