Skip to content Skip to sidebar Skip to footer

Implements Serializable On Realmobject 0.88

I've been to see the new updates of the Realm 0.88 and I found this interesting: Implement interfaces. Well, I try implement an interface (Serializable) without success. when I p

Solution 1:

Even though RealmObjects support interfaces, they are not parcelable. At least not yet. There is an issue tracking it here: https://github.com/realm/realm-java/issues/878

There is a work-around described here: https://realm.io/docs/java/latest/#intents

Post a Comment for "Implements Serializable On Realmobject 0.88"