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
is there a way to pass nullable values to the param method so that it is not included in the serialized string as a null value.
If there is no existing way could you add a new method to the RequestBuilder class which for example just skips setting null values to the newObjectParams object.
Hi,
is there a way to pass nullable values to the param method so that it is not included in the serialized string as a null value.
If there is no existing way could you add a new method to the RequestBuilder class which for example just skips setting null values to the newObjectParams object.
I could also provide a PR with that change if you like.
The text was updated successfully, but these errors were encountered: