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
We currently provide IO adapters for google/gson and square/moshi, two popular JSON libraries for the JVM.
For more options for consumers, we should also look into providing an IO adapter for FasterXML/jackson. Specifically, we would provide a "datatype module" -- a Module which can be registered to ObjectMapper.registerModule -- so Jackson's databind package can read and write our objects.
They'll be hooked up into the standard battery of IO tests we have already, to ensure there are no regressions or mismatched behaviors.
The text was updated successfully, but these errors were encountered:
We currently provide IO adapters for google/gson and square/moshi, two popular JSON libraries for the JVM.
For more options for consumers, we should also look into providing an IO adapter for FasterXML/jackson. Specifically, we would provide a "datatype module" -- a
Module
which can be registered toObjectMapper.registerModule
-- so Jackson's databind package can read and write our objects.They'll be hooked up into the standard battery of IO tests we have already, to ensure there are no regressions or mismatched behaviors.
The text was updated successfully, but these errors were encountered: