yukinarit / pyserde

Yet another serialization library on top of dataclasses, inspired by serde-rs.
https://yukinarit.github.io/pyserde/guide/en
MIT License
726 stars 40 forks source link

Fix deserialization when internal tagging is used for non dataclass #565

Closed yukinarit closed 4 months ago

yukinarit commented 4 months ago

Closes #472