Allow JsonConverterAttribute to be applied to an Enum (dotnet/corefx#39790)
authorSteve Harter <steveharter@users.noreply.github.com>
Fri, 26 Jul 2019 17:20:30 +0000 (12:20 -0500)
committerGitHub <noreply@github.com>
Fri, 26 Jul 2019 17:20:30 +0000 (12:20 -0500)
commitdc18bf41a8c0679565dd13c2528a85632874b25f
tree3b5e4c7dd1180c1e0af64a430ffa1067470cceb3
parentd6385708381f206c6f64b906f6844f339ed3a267
Allow JsonConverterAttribute to be applied to an Enum (dotnet/corefx#39790)

Commit migrated from https://github.com/dotnet/corefx/commit/de61fb206e61f105f657ca01b1244580cc9e1e77
src/libraries/System.Text.Json/ref/System.Text.Json.cs
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterAttribute.cs
src/libraries/System.Text.Json/tests/Serialization/EnumConverterTests.cs