10 Oct
2017
10 Oct
'17
5:41 p.m.
Boost doesn't do it. std::stringstream does it.
It's not too hard to make your own archive which is just a giant memory buffer. I think there's an example in the documentation which does this. But I might be wrong.
Sorry Robert I wasn't clear. What I meant to ask was which calls to std::stringstream does Boost use to add memory to the stringstream? I looked at the Serialization Tutorial and didn't see an example of making my own archive. If you are inclined, I would appreciate an example. Adlai