Liking cljdoc? Tell your friends :D
Clojure only.

io.julienvincent.msgpack.extension


MsgpackExtensioncljprotocol

can-pack?clj

(can-pack? _ value)

Test if this extension can pack the provided data type

Test if this extension can pack the provided data type

can-unpack?clj

(can-unpack? _ type-byte)

Test if this extension can unpack the provided type-byte

Test if this extension can unpack the provided `type-byte`

packclj

(pack _ packer value opts)

Pack the give value using the provided packer

Pack the give `value` using the provided `packer`

unpackclj

(unpack _ unpacker header opts)

Unpack the custom data type as specified by the extension header using the provided unpacker

Unpack the custom data type as specified by the extension `header`
using the provided `unpacker`
source

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

× close