Iām trying to use https://github.com/taoensso/carmine DB results on my app (after being manipulated a bit). However Iām getting this error:
Unfreezable type: class next.jdbc.result_set$navize_row
This library does it serialization using https://github.com/taoensso/nippy, and they provide a functionality https://github.com/taoensso/nippy/wiki/2-Evolving-your-Nippy-data for unfamiliar data types, but Iām not sure how this data type is constructed to do so, what should I expect?
anyone might have been run into this issue before and solved it? thanks šHave a looksee at this: https://clojurians.slack.com/archives/C1Q164V29/p1604939972284600
If you do a search in this channel for nippy, you'll see others encountering the same issue.
(I too unset the *incl-metadata?*)
Awesome! Thanks a lot
np, you're most welcome š