Hi everyone, I been given a task to serialize a QList of pointers to objects. The objects are of type "Film" with member variables "Film name", "Film ID", "Film Director" etc. The serializer object must display the above info in a file "myFile.txt" and I must also create another serializer to read the info from the file back into the QList as film objects. I've managed to to write the program except the function to read the data from the file back into the QList. I'm failing to get that function right. Any help will be appreciated.
Bookmarks