delivery-sdk-net icon indicating copy to clipboard operation
delivery-sdk-net copied to clipboard

Simplify IPropertyValueConverter

Open petrsvihlik opened this issue 4 years ago • 0 comments

Blocked by: #215

Motivation

Both Newtonsoft.Json and System.Text.Json support value converters. We could get rid of our custom implementation based on the IPropertyValueConverter. It would be one thing less to learn for the consumers of our SDK + we'd reduce the codebase.

Newtonsoft.Json

System.Text.Json

petrsvihlik avatar Jun 02 '20 09:06 petrsvihlik