Specifies the requirements for types that are serialisable via Cereal. More...
#include <seqan3/core/concept/cereal.hpp>
Inheritance diagram for cerealisable:Specifies the requirements for types that are serialisable via Cereal.
The value_t type satisfy the cerealisable, if value_t can be serialised with cereal, i.e. value_t has a single serialisation function (serialize) or split load/save pair (load and save) either inside or outside of the class.