Best way to go about Deserialization in android?
I want to deserialize xml into an object on the android platform.Can you tell me which is the best way to go about it.If possible provide some links to the method you are referring to so that i can get star开发者_C百科ted with it.
Thanks
To deserialize XML you can use SIMPLE api. It is very easy to use. Download the file and use it in your program
Have a look here
http://simple.sourceforge.net/download/stream/doc/tutorial/tutorial.php#deserialize
Thanks Deepak
精彩评论