You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Via module import dataclasses_json.register(my_package.my_dataclass_module)
Via collection dataclasses_json.register([...])
... other ways?
Possible solution
No response
Alternatives
N/A
Context
No response
The text was updated successfully, but these errors were encountered:
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:dataclasses_json.register(my_package.my_dataclass_module)
dataclasses_json.register([...])
... other ways?
Possible solution
No response
Alternatives
N/A
Context
No response
The text was updated successfully, but these errors were encountered: