You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the storage API only allows for String types to be added. On a java
platform this requires casting between primitive types when retrieving values
which tends to make loading from storage an ugly chunk of code.
This API should be improved to include automatic support for saving/loading
primitive java types and possibly Serializable types.
Original issue reported on code.google.com by [email protected] on 3 Jun 2011 at 1:19
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 3 Jun 2011 at 1:19The text was updated successfully, but these errors were encountered: