I\'m trying to serialize an object and send it over HTTP. I\'m using a few tutorials as most deal with sockets but I can\'t use sockets for this, or with a file been stored
Just typecast it.
Employee emp = (Employee)objIn.readObject();