Android compatibility with Restlet/JSON/Jackson

Posted by Cookie on Stack Overflow See other posts from Stack Overflow or by Cookie
Published on 2010-06-06T17:08:36Z Indexed on 2010/06/06 17:12 UTC
Read the original article Hit count: 608

Filed under:
|
|
|
|

Hi there, I'm currently working on a webservice-client for Android. I'm using a Java client library which provides an abstraction for interaction with the service. The client library works on normal machines. However, when I use the classes in my Android project, some calls don't return a result on Android, the background-service stops working at the first of those commands. Wireshark shows a tcp exchange, the server gets the requests. There is no exceptions or anything. Something in the serialization/deserialization semms not to work. I'm using the newest version of Jackson libraries (1.5.3) and the restlet jar in the android edition. Is there any known problems with Jackson and Android? Which code and libraries are compatible with Android?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about java

Related posts about android