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

Glib GIOChannel -

delphi - When I encode/decode SMS PDU (GSM 7 Bit) user data, do I need prepend the UDH first? -

python - Obscure curses error message when creating a sub window -