Skip to content

Persist in JSON format

xcesco edited this page Sep 29, 2016 · 4 revisions

JSON format

The annotation @BindType allow to persist the class User in the follow json format

{
    "email": "[email protected]",
    "name": "Tonj",
    "surname": "Manero",
    "username": "1234
}

Table of Contents

Query definition

Features

Relations

Multithread supports

Modularization

Annotations for data convertion

Annotations for SQLite ORM

Annotations for shared preferences

Clone this wiki locally