User2105156359 posted
Hi,
I have a ASMX web services, which sends some value into an Android application in the form of xml, which is send from the web service as a class .
The Application returns the values after processing in the same format.
Which would be wiser to get it:
1 . As the classso i can process the objects
2. As a stream to that i can Deserialize it and process it ?