Hi,
I want to send a object (which contains a File) to a server via datagramSockets aka (UDP)
So the steps are:

1 - create object: Obj o = new Obj (File, String, int).
2 - convert file...