共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > GWT JSON Serializer/deserializer |
GWT JSON Serializer/deserializer
|
0 | 0 | 86 |
贡献者 | 讨论 | 代码提交 |
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 in your GWT application.