Hi,
I have managed to unmarshall list of JAXB-annotated objects from JSON using
technique described in some of the earlier posts(Bu using providers etc...).
However, how can i unmarshall list of Strings or Integers. For example
["string1", "string2"] to List<String>. I would like to stay in JSON-XML
independent mode.
Please help,
Marko