Fierro icon indicating copy to clipboard operation
Fierro copied to clipboard

Automatic HDF5 Serialization

Open kpwelsh opened this issue 2 years ago • 0 comments

Currently HDF5 serialization is a pain. It require a significant amount of boiler plate code to implement and is error prone to modify as we want to serialize new data structures.

However, for most data types it is possible to automatically generate a serialization scheme. This would be very useful for defining expected structures and supporting high resolution solver checkpointing.

kpwelsh avatar Oct 17 '23 17:10 kpwelsh