Hi Alejandro,
We are using package com.google.gwt.json.client to encode/decode data
exchange Java object.
Business objects use few basic data exchange objects like RecordSet,
Form, Action, Grid, etc
internally. These serializable objects are implemented on both client
and server side.
We cannot use GWT RPC, because on server side is PHP. Anyway this
solution is platform independent,
so it is possible to create custom client or server.
On Sep 2, 4:22 pm, "Alejandro D. Garin" <
aga...@gmail.com> wrote:
> Hi Andrej
>
> How do you serialize Java objects to and from JSON ?
> GWTApps in the Database Editor example uses a very nice technique to do that
> but It works with gwt 1.4.
>
> Thanks.
>