lidatong / dataclasses-json

Easily serialize Data Classes to and from JSON
MIT License
1.34k stars 151 forks source link

[FEATURE] V1 - Automatic serializer registration from module #457

Open george-zubrienko opened 11 months ago

george-zubrienko commented 11 months ago

Description

One the huge advantages of v0 is implicit serializer injection via annotation or a subclass. Since we are changing to init/config file approach with .register(...) in v1, we should investigate options of automatic serializer discovery/compilation:

... other ways?

Possible solution

No response

Alternatives

N/A

Context

No response