Wednesday 25 January 2017

Kripton Persistence Library

Kripton is a java library, for Android and Java platform, that provides a simple and uniform way to manage persistence of Java classes in different flavours through annotations and interface. Supported persistence format are:

  • SQLite database
  • Shared preference
  • REST service, throws Retrofit library integration
  • JSON format
  • XML format
  • CBOR format
  • (Java) properties format
  • YAML format

To get max performance and avoid boilerplate-code, Kripton use annotation processor. With the power of annotation processor is possible to create code to persist a java class, simply with an annotation. There are many other libraries that do this, but Kripton allows to persists java object in different ways with an unique set of annotation and mechanisms.

See wiki for more informations.


Android Arsenal

from The Android Arsenal

No comments:

Post a Comment