users@jersey.java.net

Unmarshalling List of strings

From: Marko Novakovic <mnovakovic.fon_at_gmail.com>
Date: Tue, 30 Jun 2009 10:50:12 +0200

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