ardalis/SmartEnum

Support ReadAsPropertyName and WriteAsPropertyName in System.Text.Json support

开放

#242 创建于 2022年3月9日

 (3 条评论) (0 个反应) (0 位负责人)C# (185 个派生)github user discovery
enhancementgood first issuehelp wanted

仓库指标

星标
 (2,420 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

ReadAsPropertyName and WriteAsPropertyName are virtual methods on JsonConverter used to support custom key types for dictionary serialization, and currently throw an exception in the case of smartenums

贡献者指南