Click here to Skip to main content
15,890,186 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I'm calling a .net web service and 'm getting List of objects as a response like:

HTML
Persons=anyType{firstname=raj; lastname=nag; age=25;};
Persons=anyType{firstname=baa; lastname=rta; age=26;};
Persons=anyType{firstname=har; lastname=kiu; age=27;};


so can you please tell me the way to read this response then convert it into android ArrayList of Persons collection where Person is a class object.

Thanks,
@nagaraju.
Posted
Updated 3-Aug-11 20:02pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900