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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close