To read each item from the Kingdom with impatience (and therefore make all items in the list unmanageable, you can do this):
List<StepEntry> arrayListOfUnmanagedObjects = realm.copyFromRealm(realmResults);
But you, as a rule, have absolutely no reason to do this, unless you want to serialize objects with GSON (in particular, because it reads these fields with reflection, and not with the recipients), because Realm was designed in such a way that the list provides a change listener, allowing you to keep your interface up to date by simply watching the changes made to the database.
source share