开发者

Is there a reason why passing objects to intents are not straight forward?

开发者 https://www.devze.com 2023-01-22 18:45 出处:网络
Why is that the obje开发者_JS百科ct has to be serialized or be Parcelable in order to be passed to an Intent ? Intents can be sent between processes, so cannot contain Object:s limited to the current

Why is that the obje开发者_JS百科ct has to be serialized or be Parcelable in order to be passed to an Intent ?


Intents can be sent between processes, so cannot contain Object:s limited to the current JVM.

0

精彩评论

暂无评论...
验证码 换一张
取 消