Look up parcelable interface in Android. On Oct 11, 2:26 pm, Jim Cortez <[email protected]> wrote: > Nevermind. > > I just realized that the java Class object implements Serializable. I > can now use a bundle and call "putSerializable" > > Jim > > On 10/11/10 2:23 PM, 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
-- 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

