Hi:

I’m using xml serialization and need to serialize to a string stream for encryption purposes.

As I am using xml_woarchive, should I use wstringstream or just the normal stringstream? Does the wide version even exist? Essentially does the boost serialization library convert to narrow characters before serializing or not?

Any help appreciated.

Regards

Sean.