ardalis/SmartEnum

Support ReadAsPropertyName and WriteAsPropertyName in System.Text.Json support

Offen

#242 geöffnet am 09.03.2022

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (185 Forks)github user discovery
enhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (2.420 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide