This document describes Realm and its core components for working with objects in Realm databases. It discusses RealmObject, RealmObjectProxy, RealmList, and RealmResults which allow defining and querying object schemas and relationships. It also covers how to import and export RealmObjects as JSON using various libraries like Gson, Moshi, Jackson, and a custom Rson library. Transactions and exporting data to storage or via email is demonstrated using the Royal wrapper library.