Hacker News new | ask | show | jobs
by emanuelez 4278 days ago
The main difference is that with Parcelable you have two versions of your object (one persisted on disk and one in memory) while with Realm you are always working with your real data, not a representation of it.