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
In my application, i have several nested structures that have attrs aliases set (e.g. field(..., alias="foo")). I am aware that I could individually register a hook for every class with:
In my application, i have several nested structures that have attrs aliases set (e.g.
field(..., alias="foo")
). I am aware that I could individually register a hook for every class with:However, this requires the developer to remember to do that for every new class. Is there a way of applying this setting for the whole converter?
The text was updated successfully, but these errors were encountered: