Hi,

Thanks for the info guys, I was looking for something simpler.
Rocket-gwt is not usable in GWT 1.6 and 1.7.
And using protocol buffer needs me to touch my pojos, which i want to
avoid at any cost.

Writing my own serialization seems to be the only option as I need to
support even circular references.
Using hessian spec (hessian.caucho.com) seems to solve my problem.
The trouble with it is how do I begin. I need access to individual
fields in pojos.
There there any way to do it as I cannot use Field/Class in GWT.

Is there any way to obtain and DOM representation of the pojo in GWT?

Akhil

PS: was on vacation recently


On Oct 12, 12:46 pm, Alex Bertram <[email protected]> wrote:
> Check outhttp://code.google.com/p/rocket-gwt/wiki/JsonSerialization
>
> this will allow you to serialize into and out of json, which you can
> store in the gears database.
>
> Alex
>
> On Sep 16, 1:15 pm,akhil<[email protected]> wrote:
>
>
>
> > Hi,
>
> > I am trying to serialize agwtpojo on the client side and store in
> > the DB ofgears.
> > Is there any way/apito do the serialization/deserialization?
>
> > Is is possible to invoke serializationapicleanly?
>
> >Akhil
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to