On 10/11/10 17:23, Jim Cortez wrote:
>  Hello all,
>     I am trying to send a Class object using the android.os.Messenger
> capabilities. The Bundle class does not have methods for adding a
> Class object and the Class object is not parcelable. Has anyone done
> this before? Are there any ideas on how to implement this? I am trying
> to avoid passing the name as a string and using a class loader on the
> other side.
> Thank you,
> Jim Cortez
>
Maybe you should just send the class name, instead.  That'll be more
efficient than serializing.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to