Add Dictionary<Enum, TValue> converter example with JSON syntax of object+property...
authorSteve Harter <steveharter@users.noreply.github.com>
Thu, 10 Oct 2019 19:39:59 +0000 (14:39 -0500)
committerGitHub <noreply@github.com>
Thu, 10 Oct 2019 19:39:59 +0000 (14:39 -0500)
commit9e0451be0dfd97b0ec085a32cdfd83810d79de93
tree8092479ec3149fd8c603a6297c314cfcb75b2297
parent0050c60d4e5ea4667b2232edbdb98a8b4c92bd88
Add Dictionary<Enum, TValue> converter example with JSON syntax of object+property (dotnet/corefx#41690)

Commit migrated from https://github.com/dotnet/corefx/commit/5b43eb32b5048f35baea22bf4ef6f4736b33da5f
src/libraries/System.Text.Json/tests/Serialization/CustomConverterTests.ContravariantDictionaryConverter.cs [moved from src/libraries/System.Text.Json/tests/Serialization/CustomConverterTests.DictionaryConverterForIDictionary.cs with 88% similarity]
src/libraries/System.Text.Json/tests/Serialization/CustomConverterTests.DictionaryEnumConverter.cs [new file with mode: 0644]
src/libraries/System.Text.Json/tests/Serialization/CustomConverterTests.DictionaryGuidConverter.cs
src/libraries/System.Text.Json/tests/Serialization/CustomConverterTests.DictionaryInt32StringKeyValueConverter.cs
src/libraries/System.Text.Json/tests/Serialization/CustomConverterTests.DictionaryKeyValueConverter.cs
src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj