Save Lists

Hello,
Is there any possible way to save/load lists?

Maybe try this: http://wiki.unity3d.com/index.php?title=Saving_and_Loading_Data:_XmlSerializer

What kind of lists? SyncLists? Text Lists? Arrays?

String Lists

If it is possible, could you help me figure out how should my code be?
I have only one string list which is called “Collected”

I think PlayerPrefsX should work.

I’ve tried but I am inexperienced. I tried to figure it out because it gives an example with an int list but a failed.