clojure « serialize « Java I/O Q&A





1. Efficient binary serialization for Clojure/Java    stackoverflow.com

I'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 ...