We're trying to use GWT Jsonizer but are getting tied up in knots.
We have a class that is just an id field, a name and an array of ints
that can be 1 or many. We are storing this in an arraylist, however
when we do the jsonizer.asString() all that is populated is the name.
Looking at this I realise i'm hopelessly crap when it comes to java.
Do you have a reference implementation of a similar class that works
with jsonizer so we can see where we're going wrong?
Thanks for a great tool btw,
Sean
2007/7/2, Sean Keeney <seanys...@gmail.com>: