Y
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
machinagod
3714 days ago
It _is_ possible to adapt Jackson (with minimal effort) to use Ion, since it's very similar to Jackson's native JSON format.
link
swaranga
3713 days ago
It can and has been done (an internal library exists in Amazon) with minimal effort.
link