I’m trying to get my app to communicate with a WCF. I have already serialized a class Query using the KvmSerializable interface in the KSOAP2 library.
How can I serialize a class LogInQuery that contains (but not extends) the Query class as a field?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The only thing I had to do, was to implement the KvmSerializable interface, nothing special.