Hacker News new | ask | show | jobs
by stolsvik 3714 days ago
Are there any object marshalling/serialization solution for Ion? (Like GSON, Jackson)
2 comments

It _is_ possible to adapt Jackson (with minimal effort) to use Ion, since it's very similar to Jackson's native JSON format.
It can and has been done (an internal library exists in Amazon) with minimal effort.