Hello all, I am trying to send file across network using ObjectInputStream() and ObjectOutputStream().

My File class is Serializable which is this:

package Unicorn.UnicornUtilities ;

import...