You Can't Reprogram it.......What are you trying to do?

Xavier A. Mathews
Student/Browser Specialist/Developer/Web-Master
Google Group Client Based Tech Support Specialist
Hazel Crest Illinois
[EMAIL PROTECTED]@[EMAIL PROTECTED]
"Fear of a name, only increases fear of the thing itself."










On Mon, Dec 1, 2008 at 10:24 AM, nimbus83 <[EMAIL PROTECTED]> wrote:

>
> Hello,
>
> It try to exchange objects of type android.os.Message between services
> in different processes. I add a bundle to each message. This bundle
> contains MyMessage object, which implements the Parcelable interface.
>
> I do it like this:
> Message message = new Message();
>
> Bundle bundle = new Bundle();
> MyMessage myMessage = new MyMessage("this is some info", 0);
> bundle.putParcelable("message", myMessage);
>
> message.setData(bundle);
>
> The code gets compiled, but at runtime I get the following error:
> android.  Class not found when unmarshalling:
> de.android.examples.handler.probe1.messages.MyMessage
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
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