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
To reduce the amount of generated code we can remove the object parameter from the field deserializer as the deserializer should be able to capture "this". The abstractions, http and json serialization library will need to be updated too.
more details #1490
To reduce the amount of generated code we can remove the object parameter from the field deserializer as the deserializer should be able to capture "this". The abstractions, http and json serialization library will need to be updated too.
becomes
The text was updated successfully, but these errors were encountered: