Hi there,
Is it possible to serialize/deserialize an object of any class that contains an STL container such a list, vector, etc...
I am trying with boost lib and I know I may do that for any STL container on its own. But what if that container is a member of a class??
Thanks.
Finally found it...
Last edited on