Skip to content

Instantly share code, notes, and snippets.

@codenameone
Created March 2, 2016 10:56
Show Gist options
  • Save codenameone/585a38057956861a8641 to your computer and use it in GitHub Desktop.
Save codenameone/585a38057956861a8641 to your computer and use it in GitHub Desktop.
Map<String, Object> h = new HashMap<>();
h.put("Hi","World");
h.put("data", new byte[] {(byte)1});
Storage.getInstance().writeObject("Test", h);
@codenameone
Copy link
Author

Sample usage of Storage.

From the Codename One project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment