[android-developers] Caused by: java.io.NotSerializableException: android.os.Message

2009-11-24 Thread Pierre Henry
I get a * NotSerializableException* exception trying to send objects between two processes. Is it possible to do client/server sending of serializable objects between two processes ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Caused by: java.io.NotSerializableException: android.os.Message

2009-11-24 Thread Mark Murphy
Pierre Henry wrote: I get a * NotSerializableException* exception trying to send objects between two processes. Is it possible to do client/server sending of serializable objects between two processes ? Use AIDL and remote services for that: