cbdrawer.transcoders documentation
clj-transcoder
A spymemcached Transcoder that serializes Clojure datastructures.
The default java Serializing transcoder will work for any Clojure type,
but this format is smaller and readable. See edn-format.org
json-transcoder
A spymemcached Transcoder that serializes Clojure datastructures to
JSON, which allows use of Couchbase Views.
smile-transcoder
A spymemcached Transcoder that serializes to SMILE, a JSON-compatible compact
binary format. http://wiki.fasterxml.com/SmileFormatSpec
spy-transcoder
The default spymemcached serializing transcoder