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
Don't use serialization between architectures. Use JSON, XML, or something else that is architecture-neutral.