[android-developers] Re: Serialization problem with objects, when using ksoap

2009-02-04 Thread sooraj.rit
I have tried with that..( java.io.Serializable)..but still result is the same. I want to send the object over http. I dont know how to serialize it exactly, as i am a novice in java.Pls help if u know exactly how to acheive this... --~--~-~--~~~---~--~~ You receiv

[android-developers] Re: Serialization problem with objects, when using ksoap

2009-02-03 Thread Michael MacDonald
Maybe it's as simple as PAT_DETAILS is not implementing java.io.Serializable? sooraj.rit wrote: > Hi i want to implement a webmethod to search some data and I have done > it well in C#.net . Now i want to access that method from android . > The real problem I am facing is that, I have to use a co