AhHatem
unread,May 14, 2012, 11:48:41 AM5/14/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gwt...@googlegroups.com
Hi,
First congratulations on a great library. I tried to deep serialize an object and I could see it is not supported. So, I pulled the source and edited the code and I could get the deep serialization working. It is actually simple edit in JsonSerializer.
Now, I have a couple of questions/issues:
1. Replacing the gwtent downloaded jar with the "mvn package" jar crashes the application, is the svn repo on google code the latest code? I am using locally v. 2 RC1. But actually unzipping the downloaded jar, replacing the JsonSerializer.java and JsonSerializer.class and re-jaring the folders made the code work correctly. Is the svn version the latest? Are there any differences between the svn code and the provided jar on downloads page?
2. After I figure out what is wrong with 1, I will make some additions to provide a different call for deepSerialization, maybe a "serialize for n levels deep" or even serialize using an "include" function like flexjson. Any thoughts?
3. what is the easiest way to contribute?
Thank you.