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

Fast serialization for Date and UUID objects #27

Closed weavejester closed 11 years ago

weavejester commented 11 years ago

This patch implements serialization for java.util.Date and java.util.UUID objects, as discussed in issue #22.

The reason these specific classes are chosen is that these are the default tagged literals (#inst and #uuid) in Clojure core.

weavejester commented 11 years ago

Rebased against current master for easier merging.