Liking cljdoc? Tell your friends :D

c3kit.apron.pickle


-unique-idclj/s

(-unique-id o)

js-uid-countercljs


map->pickleableclj/smultimethod

Convert a map into a object, dispatched off the pickleable-type.

Convert a map into a object, dispatched off the pickleable-type.
raw docstring

pickleclj/s

(pickle obj)

Pickleableclj/sprotocol

An object that can be pickled.

An object that can be pickled.

pickleable->mapclj/s

(pickleable->map _)

Convert the object to a map.

Convert the object to a map.

pickleable-typeclj/s

(pickleable-type _)

Return a unique type. Can be anything, but keyword is convenient. map->pickleable must be implemented for ths same type.

Return a unique type. Can be anything, but keyword is convenient.
map->pickleable must be implemented for ths same type.
raw docstring

unpickleclj/s

(unpickle pickled-obj)

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

× close