Skip to content

Not able to add nested list of object #847

Description

@KartikGavhale

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions