Hello All,

Is it possible to serialize instances of my own classes so I can store them on disk? These classes contain STL types such as string & vector<string>. Would I be better off using QString and QStringList types if I was to serialize them?

Cheers,
Donal