You are hereArray / Google Web Toolkit (GWT) and JSON Serialization
Google Web Toolkit (GWT) and JSON Serialization
Anyone interested in JSON serialization for Google Web Toolkit should give GWTProJsonSerializer a try. My company, Integrity Digital Solutions has allowed me to improve and contribute back. I have finished a major improvement to allow serialization of various map types and enumerations. I have also added the ability to serialize lists of lists or lists and so on.
Finally, it will also now serialize ArrayLists and HashMaps with no class implementing the JsonSerializable interface. This all means you can easily serialize complex data structures in GWT. Hooray!