Sending class objects between java client and php server
We have java client on Android and php as server side. Our problem is
sending some class object between client and server. Object contains some
simple data types(like integer or string) and fields of another
class(coordinates x,y for example). What is the best way to implement it?
Sending through json? xml? maybe smth like hessian?
No comments:
Post a Comment