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
Post a Comment