5#include <cereal/archives/binary.hpp>
7#include <cereal/types/vector.hpp>
9#include <bio/meta/debug_stream.hpp>
10#include <bio/test/tmp_filename.hpp>
16 cereal::BinaryInputArchive archive(is);
24 cereal::BinaryOutputArchive archive(os);
32 bio::test::tmp_filename tmp_file{
"data.out"};
40 bio::debug_stream << vec2 <<
'\n';