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

Consider adding de/serialization for Throwable, Exception, ExceptionInfo #32

Closed ptaoussanis closed 10 years ago

ptaoussanis commented 10 years ago

A few questions worth considering:

Thoughts welcome.

ptaoussanis commented 10 years ago

Another thought: what if we instead provide a general Serializable fallback in cases where the Reader fails?

UPD: This seems like it'd be quite easy to implement - have an experiment up in the serializable branch.

ptaoussanis commented 10 years ago

Addressed with Serializable fallback - just pushed as v2.5.0-beta1.