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
Recently, in Adyen we ran into this issue of having too many arguments in method signature when constructing a serializable data class.
And we were considering implementing and upstreaming the proposed alternative solution by elizarov on Dec 18, 2019. But since it was proposed on 2019, I'm wondering if this is still valid and possible to do after 6 years.
Assuming that we have a valid use case for this and it's not just a technical debt or a poorly designed class with a lot of properties, would you accept a PR with this alternative solution? And is it possible to implement?