Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pilgr authored Nov 15, 2019
1 parent 6900010 commit 34f374d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Paper.init(context);
* All other APIs (`write`, `read` etc.) are thread-safe and obviously must be called outside of UI thread. Reading/writing for different `key`s can be done in parallel.

### Save
Save any object, Map, List, HashMap etc. including all internal objects. Use your existing data classes as is.
Save any object, Map, List, HashMap etc. including all internal objects. Use your existing data classes as is. Note that key is used as file name to store the data and so *cannot* contain symbols like `/`.

```java
List<Person> contacts = ...
Expand Down

0 comments on commit 34f374d

Please sign in to comment.