You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have a object say
class A{
int pro;
String description;
List 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 and C are
Any suggestion wound be appreciated.
The text was updated successfully, but these errors were encountered:
i have a object say
class A{
int pro;
String description;
List 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 and C are
Any suggestion wound be appreciated.
The text was updated successfully, but these errors were encountered: