To serialize / deserialize, the docs show we need to declare a zfp::array::header instance, however it is now an abstract class:
'zfp::array::header' is an abstract class
zfp::array::header header;
https://zfp.readthedocs.io/en/release1.0.0/arrays.html#serialization-1
For 1.0, the ZFP api changed to use concrete dimensioned types -- and this change undermined the generic seralization cases (using base zfp::array::header and zfp::array)