Freeze and thaw with Nippy at the command line.
Download the latest from the releases page.
Freeze data:
brisk --freeze -i data.edn -o data.nippy
Thaw data:
brisk --thaw -i data.nippy -o data.edn
If input or output is not specified, stdin or stdout will be used:
cat data.edn | brisk -f | brisk -t > data2.edn
- Babashka pod support, exposing nippy functions.
- Embedded objects - Nippy can handle them, but Graal VM does not support them.