android - sending an unknown object through an intent without breaking it down -


i'm trying send object through intent. examples i've seen, needs parcelable, , have sub-fields written parcel. meaning broken down ints, strings, etc. there way pass object through intent without of this? send object, have receiving activity take out of intent, , take whatever needed information needs it?

you might able away it, making object serializable, based on object complexion, cause performance issues, other that, there's no way send plain object way want, intent bases objects transfer on inter process communication protocol, requires encode objects more primitive values , send end point , decode them.

hope helps.

regards!


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -