users@jersey.java.net

[Jersey] Re: Jersey with Jackson for JSON

From: Sven Strittmatter <weltraumschaf_at_googlemail.com>
Date: Tue, 21 Jun 2011 10:25:21 +0200

On 20.06.11 20:05, Tatu Saloranta wrote:
>
> Object[] data = mapper.readValue("...", Object[].class);

Ok, that was a copy paste error from me. That's obvious for me that the
types does not match. Thanx for the hint.

-Sven