boost::serialization::save — Function to save gregorian::date_period objects using serialization lib.
// In header: <boost/date_time/gregorian/greg_serialize.hpp> template<typename Archive> ( ar, dp, );
date_period objects are broken down into 2 parts for serialization: the begining date object and the end date object