Liking cljdoc? Tell your friends :D

celtuce.codec


bb->bytesclj

(bb->bytes bb)

byte-array-codecclj

(byte-array-codec)

bytes->bbclj

(bytes->bb b)

carbonite-codecclj

(carbonite-codec)
(carbonite-codec kryo-factory)

compression-codecclj

(compression-codec delegate-codec compression-type)

kryo-readclj

(kryo-read kryo bb)

Deserialize obj from ByteBuffer bb

Deserialize obj from ByteBuffer bb
raw docstring

kryo-writeclj

(kryo-write kryo obj)

Serialize obj to ByteBuffer

Serialize obj to ByteBuffer
raw docstring

kryos-poolclj

(kryos-pool kryo-factory)

Kryo objects pool with soft references to allow for GC when running out of memory

Kryo objects pool with soft references to allow for GC when running out of memory
raw docstring

nippy-codecclj

(nippy-codec)
(nippy-codec freeze-opts thaw-opts)

utf8-string-codecclj

(utf8-string-codec)

with-kryos-poolcljmacro

(with-kryos-pool kryo-pool form)

Inject a Kryo object from kryo-pool as the first parameter of form and run it

Inject a Kryo object from kryo-pool as the first parameter of form and run it
raw docstring

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

× close