Skip to content

Commit

Permalink
Merge pull request #3 from hearsilent/patch-1
Browse files Browse the repository at this point in the history
Fixed kryo link
  • Loading branch information
rehacktive committed Apr 25, 2016
2 parents 2238af6 + 830b757 commit d18fd6b
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 @@ -3,7 +3,7 @@
#WaspDb
WaspDB is a pure Java key/value (NoSQL) database library for Android. It supports AES256 encryption for all the disk storage. It's very small (the aar file is ~189 KB).

Keys and Values are simple Java Objects. Everything is automatically serialized using the [Kryo]() serialization library.
Keys and Values are simple Java Objects. Everything is automatically serialized using the [Kryo](https://github.com/EsotericSoftware/kryo/) serialization library.

Data is stored by an implementation of hashmaps on disk.

Expand Down

0 comments on commit d18fd6b

Please sign in to comment.