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 way to configure the serializer? I see this library is using newtonjson.
In my case I'd like to set NullValueHandling = NullValueHandling.Ignore for data response objects.
Is there way to configure the serializer? I see this library is using newtonjson.
In my case I'd like to set
NullValueHandling = NullValueHandling.Ignorefor data response objects.