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
baywet opened this issue
Apr 4, 2022
· 0 comments
· Fixed by #1491
Assignees
Labels
CsharpPull requests that update .net codefixedgeneratorIssues or improvements relater to generation capabilities.GoJavaTypeScriptPull requests that update Javascript code
CsharpPull requests that update .net codefixedgeneratorIssues or improvements relater to generation capabilities.GoJavaTypeScriptPull requests that update Javascript code
The callback for field deserializers see this example doesn't need to be passed the current object.
Effectively this
Can be changed to that
And the parent method return type can be simplified.
This will contribute to making the generated code smaller as well as the byte code, which has been a challenge for Go and TypeScript.
The text was updated successfully, but these errors were encountered: