I need to convert Nippy data structures stored on disk into something that can be read by Nippy? Nippy uses byte arrays, so I need some way to convert the file into a byte a
Please note that I just cut Nippy v2.13.0 which now includes a pair of helper utils to help simplify this use case: freeze-to-file and thaw-from-file.
freeze-to-file
thaw-from-file
Release details at: https://github.com/ptaoussanis/nippy/releases/tag/v2.13.0
Cheers!