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

Fix issue with `Boolean` freezing #150

Closed RolT closed 2 years ago

RolT commented 2 years ago

Hello, I think I caught an issue with java's Boolean objects handling.

(-> (Boolean. false) nippy/freeze nippy/thaw)
;; => true

It fixes #89 too

ptaoussanis commented 2 years ago

@RolT Thanks Roland! Merging manually, will include your fix in the next release later today 👍