Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IO adapter/datatype module for FasterXML Jackson #12

Open
sciwhiz12 opened this issue Dec 1, 2023 · 0 comments · May be fixed by #16
Open

Add IO adapter/datatype module for FasterXML Jackson #12

sciwhiz12 opened this issue Dec 1, 2023 · 0 comments · May be fixed by #16
Labels
enhancement New feature or request

Comments

@sciwhiz12
Copy link
Member

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.

@sciwhiz12 sciwhiz12 added the enhancement New feature or request label Dec 1, 2023
@sciwhiz12 sciwhiz12 changed the title Add IO adapter for FasterXML Jackson Add IO adapter/datatype module for FasterXML Jackson Dec 1, 2023
@AterAnimAvis AterAnimAvis linked a pull request Apr 10, 2024 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant