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
Hi; I actually ended up figuring this out tonight.. you can actually use Gson Compatibility Mode to do this since GSON omits nulls by default. Probably not ideal (I'm not sure of the exact performance implications); but it's better than nothing at this stage.
Hi,
Is there a way to extend the serializer so that it will skip fields that are null?
I need this to save space.
thx Gerald
The text was updated successfully, but these errors were encountered: