Archive An archive is a sequence of bytes that represented serialized C++ objects. Objects can be added to an archive to serialize them and then later loaded from the archive. 1. boost::archive::text_iarchive #include <boost/archive/text_oarchive.hpp…