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 put a object on the intent I get this error: java.lang.RuntimeException: Parcelable encountered IOException writing serializable object (name = com.test.realmtest.network.search.response.Hotel)" I'm doing something wrong? 回答1: Even though RealmObjects support interfaces, they are not parcelable. At least not yet. There