I still new to Java and have an exercise where I have a TCP connection between a Client and a Server.
On the Client side I have an ArrayList of Shape Objects, where I add a new Triangle, Rectangle, etc and add them to this ArrayList. When I open the connection to the server I am having problems passing the ArrayList.
Do you reckon I should convert the ArrayList to strings before passing to the Server side?
Thanks