I am creating an Android app and I need to persist a Map.
I\'ve just started to use Realm ORM, as it supports one-to-one and one-to-many,
Well, if you do have the luxury of reworking the persistence layer a bit, then the simplest solution is to not use a Map
A Map
So any RealmResults` with a query for the string will contain one element, and that element will be the value of said map.