Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在开始一个严肃的项目时,我遇到了一个问题,即在自定义类型和关系方面找到一个与 Retrofit+GSON 配合得最好的 ORM。像 ObjectBox 和 Realm 这样的 ORM 不能与 GSON 一起使用,因为它们自己的类型用于创建关系。它可以与 ObjectBox 一起使用,但每个实体都需要 TypeAdapter。那么在这种情况下,最好的解决方案是什么?使用房间更好吗?