Liking cljdoc? Tell your friends :D
Clojure only.

goose.utils


decodeclj

(decode o)

Deserializes a frozen Nippy byte array to its original Clojure data type.
To thaw custom types, extend the Clojure reader or use taoensso.nippy/extend-thaw.

Deserializes a frozen Nippy byte array to its original Clojure data type.\
To thaw custom types, extend the Clojure reader or use `taoensso.nippy/extend-thaw`.
sourceraw docstring

encodeclj

(encode x)

Serializes input to a byte array using taoensso.nippy/freeze.
To freeze custom types, extend the Clojure reader or use taoensso.nippy/extend-freeze.

Serializes input to a byte array using `taoensso.nippy/freeze`.\
To freeze custom types, extend the Clojure reader or use `taoensso.nippy/extend-freeze`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close