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.
我在用于 IPC 的 Android 中使用 Messenger 而不是aidl。我有一个客户可以绑定的服务。如何使用 IPC 的 Messenger Mechanism 将自定义对象表单服务传递给客户端,以便客户端可以使用该对象来调用操作。我知道我们可以使用 Parcelable 或 databundle 发送简单的数据类型,但是自定义对象呢
如何使用 IPC 的 Messenger Mechanism 将自定义对象表单服务传递给客户端,以便客户端可以使用该对象来调用操作。
你不能。一个进程中的应用程序不能保存来自另一个进程的对象,更不用说对它们“调用操作”了。
标签。正则表达式还是 DOM?