Hii am using QueryServlet and WebQuery to exchange data between the server and the Pivot client, which works fine for simple beans. But I don't know how to instanciate the JSONSerializer when I want to send a collection of beans : let's say org.apache.pivot.collections.ArrayList<Person>. When I do : new JSONSerializer(ArrayList.class) , the client receives an ArrayList of HashMap; but I'd like to get an ArrayList of Person.
How can this be done? Regards Anton
