I have a list of articles. Those articles are inserted by using realm.copyToRealmOrUpdate(); which works perfectly fine.
realm.copyToRealmOrUpdate();
Now each article has an autho
Are you using GSON? If so, did you follow the example as outlined in http://realm.io/docs/java/0.80.0/#gson?