Jankson
Jankson copied to clipboard
Parameterized types cannot be marshalled.
For example, round-tripping List<Integer>
results in getting a List<JsonElement>
back.
This is a known bug, but is absolutely on the top of my list of things to fix
Thanks for the report. This has been on my mind for a long time. With 2.0 on the horizon, which was built for this, I've done extensive testing with recursive generics. If you have any problems with this in 2.x, please open a new Issue!