Transforming a complicated Java object to JSON
I've detailed the question on SOF
Transforming a complicated Java object to JSON
Stack Overflow
Transforming a complicated Java object to JSON
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...
0 Replies