Liking cljdoc? Tell your friends :D

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

decode-from-strclj

(decode-from-str x)

Deserialize from a frozen Nippy string to its original Clojure data type.

Deserialize from a frozen Nippy string to its original Clojure data type.
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

encode-to-strclj

(encode-to-str x)

Serializes input to string using taoensso.nippy/freeze-to-string

Serializes input to string using `taoensso.nippy/freeze-to-string`
sourceraw docstring

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

× close