I have tried to create a android application that sends a serialzed object from the phone to a servlet the contents of the object is the input from the user which i will sto
I second the suggestion of XStream. It is a very nice and easy API. I don't like the Serialization formats XML or JSON though because they are text based. For a more compact serialization format, try ProtoBuf from Google.