>
> Not sure exactly what you are trying to do.
>

I'm trying to fill in the blank in

  query.setSerializer(???);

for the case where my web call returns an array of a type that I have
declared, i.e., it sends back something of the form

  [{...instance1...}, {...instance2...}, ...]

Java doesn't let me say

  query.setSerializer(new JSONSerializer(ArrayList<Foo>.class));

Reply via email to