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
{{ message }}
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
Some projects have deep class hierarchies where member fields are inaccessible. If JsonField could be applied to arguments, this would be easy to overcome.
This would require a substantial change to the generated code. As a hacky workaround, you could create a model object that shares the same fields. Once initialized, it could use the postprocess() hook to call the relevant constructor. Not the greatest solution, I realize. :/
Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Some projects have deep class hierarchies where member fields are inaccessible. If
JsonField
could be applied to arguments, this would be easy to overcome.Example:
The text was updated successfully, but these errors were encountered: