I have a list of objects (each object contains a string and 3 ints), I can save the list to a file using file.writelist but I can't load them again, as loadlist just loads strings. Do I have to save all my objects as seperate strings and then reload them back into objects in the list again?