ardalis/SmartEnum

Support ReadAsPropertyName and WriteAsPropertyName in System.Text.Json support

Ouverte

#242 ouverte le 9 mars 2022

 (3 commentaires) (0 réaction) (0 personne assignée)C# (185 forks)github user discovery
enhancementgood first issuehelp wanted

Métriques du dépôt

Stars
 (2 420 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur