cereal
cereal copied to clipboard
std::filesystem::path support
Adding std::filesystem::path support in cereal.
Relying on the current std::string serialization since it is the underling storage for filesystem::path.
This looks pretty good, it needs a unit test like the other types, and that unit test should be properly gated behind C++17 conditionals like similar features.