Transforming a complicated Java object to JSON

I've detailed the question on SOF

Transforming a complicated Java object to JSON
Stack Overflow
I'm trying to transform the following custom Java class to JSON. I've tried using Gson.toJson, ObjectMapper and they are popping up errors, this tells me that these libraries can't exactly handle c...
Transforming a complicated Java object to JSON
Was this page helpful?