Hi, 

    I've made a framework to do the serialization/deserialization of object 
in client side. Just like monkeyboy's solution, it is based on GWT RPC's 
serialization/deserialization. *But the difference is*, my framework is 
more like *an extension of localStorage/sessionStorage*, that provides the 
possibility of *put/get an object item **directly into/from 
localStorage/sessionSotrage*.

    You can find it here : *http://code.google.com/p/gwt-storage/ *
    
    This solution is already used in our applications in production. So, if 
you have any question (performance, serialization/deserialization timing, 
...), I would be very pleased to exchange with you. 

    Hope this helps.
    Best regards.

 Xi

Le mercredi 10 octobre 2012 07:13:20 UTC+2, JeanV a écrit :
>
> I was wondering if there's anyway to save the returned results from an RPC 
> call to an HTML5 enabled browser. Basically the only way I have found would 
> be to convert the results into strings and use LocalStorage to save them to 
> the browser. I guess my question then would be how can IsSerializable java 
> objects be converted to a string and back.
> Any help would be appreciated.
>
> Jean
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to