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 中打包对象?类似于 Gson 但用于 Parcelization 的东西。
我找到了这个https://github.com/johncarl81/parceler。这似乎是一个更好的解决方案。