资 源 简 介
Welcome
gwt-storage aims to extend the GWT Client-side Storage API, by adding Object Value support in client side HTML5 web storage (localStorage or sessionStorage).
Project is migrated to https://github.com/seanchenxi/gwt-storage, however, all source code here will be keeping up to date!
Key features
Storing Java Object in HTML5 Web Storage (localStorage or sessionStorage).
Support all java types that meet the requirements of GWT RPC serialization (implements java.io.Serializable, etc...)
Client side Java Object serialization. By reusing the GWT RPC serializa