floor icon indicating copy to clipboard operation
floor copied to clipboard

Not able to add nested list of object

Open KartikGavhale opened this issue 1 year ago • 0 comments

i have a object say class A{ int pro; String description; List<B> bs; C c; } class B{ String name; int id; } class C{ int id; String reference; }

i was not able to make the floor db for these, i tried using the TypeConverters but still showing error as Column type is not supported for List<B> and C are Any suggestion wound be appreciated.

KartikGavhale avatar Nov 04 '24 06:11 KartikGavhale