(clj-print output obj)
Use the Clojure pr-str to print an object into the Output using pr-str.
Use the Clojure pr-str to print an object into the Output using pr-str.
(clj-print-dup output obj)
Use the Clojure pr-str to print an object into the buffer using pr-str w/ print-dup bound to true.
Use the Clojure pr-str to print an object into the buffer using pr-str w/ *print-dup* bound to true.
(clj-read input)
Use the Clojure read-string to read an object from a buffer.
Use the Clojure read-string to read an object from a buffer.
Define a map of Clojure primitives and their serializers to install.
Define a map of Clojure primitives and their serializers to install.
(read-map registry input)
Read a map from Kryo's buffer. Read entry count, then deserialize alternating key/value pairs. Transients are used for performance.
Read a map from Kryo's buffer. Read entry count, then deserialize alternating key/value pairs. Transients are used for performance.
(write-map registry output m)
Write an associative data structure to Kryo's buffer. Write entry count as an int, then serialize alternating key/value pairs.
Write an associative data structure to Kryo's buffer. Write entry count as an int, then serialize alternating key/value pairs.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close