资 源 简 介
News: now GWTProJSONSerializer has support for GWT 2.2
GWT Professional JSON Serializer is a free, open source library that allows you to serialize any JSON text into a java object (and reverse). It is crucial functionality when there is no GWT-RPC on server side. This JSON serializer allows easy connecting GWT client side to any standard server side technology.
All Java classes in your project which are marked just by implementing JsonSerializable interface are put into JSON serialization context.
Thanks to gwtjsonserializer project and gwtapps on which this project based on.
Maven
The project has now its own Maven googlecode repository
See the dedicated wiki page http://code.google.com/p/gwtprojsonserializer/wiki/GettingStartedOnMaven2 for more information.
Support
The project support the last GWT 2.0+ version.