I have an object Movie which contains these data members: title(string), year(int), and list of actors(ArrayList). I want to read from the file and create a new Movie object with the information from the file. This is an example text from the file: which contains these dat