Aw: 2.3 local storage api and client side gwt objects

2011-05-04 Thread Harald Pehl
Feel free to take a look at Piriti: http://code.google.com/p/piriti/ Actually it's a JSON / XML mapper used for client-server communication. But there's no reason to use it to serialize / deserialize your entities to the local storage. Please note that I'm currently about to update the wiki to

2.3 local storage api and client side gwt objects

2011-05-04 Thread dparish
I have a client side entity object (let's call it person) and I want to store it locally. It looks like the current 2.3 local storage api only stores Strings with a String key. Is there a way to get the json of an object (or any common understood string representation) so I can store it? somethi