Skip to content

generic seralization api needs to be reworked #253

@cyrush

Description

@cyrush

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions