#pragma once #include template std::string cereal_serialize(const T&); template void cereal_deserialize(T& data, const std::string& src);