Slow object persistance using objectoutputstream.writeobject
807588Mar 16 2009 — edited Mar 18 2009I'm creating an application that sends objects to the server that are (estimated) around 30/40kb. The problem is that it takes half a second and up to few seconds to write and recieve the object.
I've done some reading and tried it with a DataInput/outputStream but the results were similiar. Can anyone suggest a fast way to object serialization (nio channel?)