I would like to deserialize a JSON to an Object, which holds a Object named 'data'. I want everything to be stored as a string, to deserialize it later. The reason is, i dont know the exact target class for the data, if the data arives, but to get the exact class, i first need the rest of the JSON deserialized.
I Posted a question on StackOverflow wich explains the issue a bit more and provides a working code example (except getter and setter). Is there any chance to get the content ob a object/array as a String through the JsonParser in a JsonDeserializer? Thanks in advance! -- You received this message because you are subscribed to the Google Groups "jackson-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jackson-user/25746ac3-bc48-4f90-9063-378f34669430%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
