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
The code currently uses the GSON library for all JSON stuff. Jackson, however, is generally more popular and broadly used. Should we migrate to Jackson? Doing so is a fairly large piece of work given that Jackson's custom serializer framework is much more complicated and there is a fair amount of custom serialization required. For now, GSON just works.
The text was updated successfully, but these errors were encountered:
The code currently uses the GSON library for all JSON stuff. Jackson, however, is generally more popular and broadly used. Should we migrate to Jackson? Doing so is a fairly large piece of work given that Jackson's custom serializer framework is much more complicated and there is a fair amount of custom serialization required. For now, GSON just works.
The text was updated successfully, but these errors were encountered: