I have tried XML/JSON object serialization, but I am thinking of custom serialization. Up to now, I haven’t found any solutions, which included XML/JSON solutions. Is it bad way of thinking of implementing serialization on my own? Can I get better results then ready made solutions?
thx
I think JSON is the best for communicating between client and server.
Look at this for a nice example: http://developer.android.com/reference/android/util/JsonReader.html