19 #ifndef XYDATASET_SERIALIZE_H
20 #define XYDATASET_SERIALIZE_H
23 #include <boost/serialization/string.hpp>
24 #include <boost/serialization/vector.hpp>
29 namespace serialization {
38 template <
typename Archive>
50 template <
typename Archive>
65 template <
typename Archive>
Represents a name qualified with a set of groups.
const std::string & datasetName() const
Returns the unqualified name.
const std::vector< std::string > & groups() const
Returns the groups qualifying the name.
void serialize(Archive &archive, std::array< CellType, ND > &array, const unsigned int)
void save_construct_data(Archive &ar, const Euclid::GridContainer::GridAxis< T > *t, const unsigned int)
void load_construct_data(Archive &ar, Euclid::GridContainer::GridAxis< T > *t, const unsigned int)