hetang
data class A ( var xyz: RealmList<B> ) : RealmObject() data class B ( var pqr: RealmList<RealmString> ) : RealmObject()