Object serialization: Difference between revisions

→‎{{header|C++}}: fix syntax highlighting
(Added Oz.)
(→‎{{header|C++}}: fix syntax highlighting)
Line 211:
compiled with g++ -lboost_serialization serializationtest3.cpp -o serializationtest3
 
<lang C++cpp>#include <string>
#include <string>
#include <fstream>
#include <boost/serialization/string.hpp>
Anonymous user