19#ifndef XYDATASET_SERIALIZE_H
20#define XYDATASET_SERIALIZE_H
23#include <boost/serialization/string.hpp>
24#include <boost/serialization/vector.hpp>
29namespace serialization {
38template <
typename Archive>
50template <
typename Archive>
65template <
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)