Entity implements Parcelable

29 Views Asked by At

I'm a Android Coder,The version of ObjectBox I was using was 3.1.2, and I couldn't make the entity class implement the Parcelable interface. If I did, I would get an error at run time ==> [class not def exception]

I want Entity Class in OB can support Parcelable compiler and run

0

There are 0 best solutions below