Improve deserialization perf with changes to property name lookup (dotnet/corefx...
authorSteve Harter <steveharter@users.noreply.github.com>
Thu, 12 Sep 2019 20:47:56 +0000 (15:47 -0500)
committerGitHub <noreply@github.com>
Thu, 12 Sep 2019 20:47:56 +0000 (15:47 -0500)
commit64e7991a1263df77440292f733b04510ed663b78
tree6e2c6f408ff7e2fa7ed8f51acecc4f843aa86a02
parent2fea302654c9a49b0509377482346b0973a9ec79
Improve deserialization perf with changes to property name lookup (dotnet/corefx#40998)

Commit migrated from https://github.com/dotnet/corefx/commit/d3c6628c2594b496ebc17526576cb164fc5fc0bf
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonClassInfo.cs
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.HandlePropertyName.cs
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.HandleValue.cs
src/libraries/System.Text.Json/tests/Serialization/PropertyNameTests.cs