Saving realm relationships does not persist them

前端 未结 2 1172
悲哀的现实
悲哀的现实 2021-01-22 18:29

I have a list of articles.
Those articles are inserted by using realm.copyToRealmOrUpdate(); which works perfectly fine.

Now each article has an autho

2条回答
  •  既然无缘
    2021-01-22 19:03

    Are you using GSON? If so, did you follow the example as outlined in http://realm.io/docs/java/0.80.0/#gson?

提交回复
热议问题