Re: Client-side Serialization for HTML5 LocalStorage. JSON?

2011-06-17 Thread Harald Pehl
Take a look at Piriti: http://code.google.com/p/piriti/. It's an XML / POJO mapper based on annotations and deferred binding. The actual mapping code is generated for you. You can have it inside your beans or configure the mapping in extra interfaces. Currently serialization to/from JSON is

Re: Client-side Serialization for HTML5 LocalStorage. JSON?

2011-06-17 Thread Thad
On the server side, I use the JSON code from http://www.json.org/java/index.html and serialize a String across the GWT RPC boundary. It's a bit different from GWT's client JSON, but it's worked for me. On Jun 16, 9:06 pm, Evan Ruff evan.r...@gmail.com wrote: Hey guys, Similar to my

Re: Client-side Serialization for HTML5 LocalStorage. JSON?

2011-06-17 Thread Evan Ruff
Ah thanks! This is what I was looking for. Thanks! E -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/RIuHSIYjRs0J. To post to this group, send