I have been using Parceler
to serialize RealmObjects
. After updating to version 1.2.0 of Realm, none of the RealmProxy classes are being generated.
I have cleaned and rebuilt the project several times unsuccessfully. Here is a snippet of the parceler
.
@Parcel(implementations = {TrackRealmProxy.class},
value = Parcel.Serialization.BEAN,
analyze = {Track.class})