It seems that if I don't generate the getters and setters for my RealmObject and send it to another activity using Parceler, all the attributes are reset to their default value.
Is there a way to avoid creating these getters and setters and keep the values?
Thanks.