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.
我在我的 Android 项目中使用 GraphQL。将结果(Apollo 在 build 文件夹中自动生成的类的对象)传递给 extras 的另一个活动时,我遇到了麻烦。
如何使这些自动生成的类可打包?
生成的类不应被编辑,因为一旦重新生成类,更改将被忽略。
您必须创建一个可打包的模型类并将对象存储在该模型类中,然后您可以传递该对象。