1. Efficient binary serialization for Clojure/Java stackoverflow.comI'm looking for a way to efficiently serialize Clojure objects into a binary format - i.e. not just doing the classic print and read text serialization. i.e. I want to do something ... |