23 #include <cereal/types/string.hpp>
27 template <
class Archive >
28 void save( Archive & arc, ubyte
const & ub )
30 unsigned short b( ub );
36 template <
class Archive >
37 void load( Archive & arc, ubyte & ir )
46 EXTERNAL_SAVE_AND_LOAD_SERIALIZABLE( ubyte );
Commons serlialization routines.
Serlialization routines for ObjexxFCL::ubytes; these functions have to live in namespace ObjexxFCL...