Skip to content

JSON Serializer/Deserializer for GWT using code generators (fork of Google Code Project)

License

Notifications You must be signed in to change notification settings

sebasbaumh/gwtprojsonserializer

 
 

Repository files navigation

GWT Professional JSON Serializer

JSON Serializer/Deserializer for GWT using code generators (fork of Google Code Project)

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.

Support

The project supports the last GWT 2.2+ version.

Tutorial

Quick getting started tutorial: http://code.google.com/p/gwtprojsonserializer/wiki/GettingStarted

About

JSON Serializer/Deserializer for GWT using code generators (fork of Google Code Project)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%