Liking cljdoc? Tell your friends :D

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 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