taoensso / nippy

The fastest serialization library for Clojure
https://www.taoensso.com/nippy
Eclipse Public License 1.0
1.04k stars 60 forks source link

Add `xform` support to thaw #153

Closed ptaoussanis closed 11 months ago

ptaoussanis commented 1 year ago

Motivation: https://github.com/ptaoussanis/nippy/issues/152

This shouldn't be difficult to do, and may be generally useful? Though would want to check the cost of adding an additional dynamic binding that most people wouldn't use.

ptaoussanis commented 11 months ago

Closing, this will be addressed in forthcoming release 👍