Uh oh!
There was an error while loading. Please reload this page.
Support async KeyValuePair (de)serialization - #36607
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jozkee
commented
May 20, 2020
Do we have stream-based tests with KeyValuePair? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
layomia
commented
May 22, 2020
Yes, see the diff in |
| { | ||
| // Used for value converters that need to re-enter the serializer since it will support JsonPath | ||
| // and reference handling. | ||
| internal abstract class JsonValueConverter<T> : JsonConverter<T> |
There was a problem hiding this comment.
This converter type may come back depending on work in #36785.
Refactors the KeyValuePair converter to use logic for deserializing with parameterized ctors and leverage the async support (for reading and writing).
Fixes#32148 (no longer applicable following this change).