
27 May
2010
27 May
'10
3:31 p.m.
I use std::istream and std::ostream for binary serialization ( can't use boost::serialization) and can't find a way to serialize boost::variant<int, double, std::string>. I'll appreciate a code sample or link to the documentation. Thanks.