Avoid calling ctor on abstract type during deserialization (dotnet/corefx#39481)
authorSteve Harter <steveharter@users.noreply.github.com>
Mon, 15 Jul 2019 18:52:41 +0000 (11:52 -0700)
committerGitHub <noreply@github.com>
Mon, 15 Jul 2019 18:52:41 +0000 (11:52 -0700)
commita0b94b02f9cd95bfe82aab27c514ee42698b3b71
treed917d271269132e563561cb5d717f144374ea9c3
parentcfd8fa56b4a9907987f91a73e94e28ab4e23993b
Avoid calling ctor on abstract type during deserialization (dotnet/corefx#39481)

Commit migrated from https://github.com/dotnet/corefx/commit/a7efd2a2b3c638b5490547ad6beca128ba5d7bfe
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReflectionEmitMemberAccessor.cs
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReflectionMemberAccessor.cs
src/libraries/System.Text.Json/tests/Serialization/Value.ReadTests.cs