xml - Serialize and deserialize in Android -


i'm developing restful web services in java using jersey technology. have developed server side.

the client side of project android application. have done communication between server , client (i can send information through android , receive in web service). problem i'm having problems serialization , deserialization problems in client side.

the web service side using jersey automatically, didn't find client in android serialize , deserialze in xml. suggestion?

do have manually (handling xml , deserializing whiles, , so..)?


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -