Liking cljdoc? Tell your friends :D

carbonite.serializer


clj-printclj

(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.
sourceraw docstring

clj-print-dupclj

(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.
sourceraw docstring

clj-readclj

(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.
sourceraw docstring

clojure-collectionsclj

source

clojure-primitivesclj

Define a map of Clojure primitives and their serializers to install.

Define a map of Clojure primitives and their serializers
to install.
sourceraw docstring

java-primitivesclj

source

mk-collection-readerclj

(mk-collection-reader init-coll)
source

(print-collection registry output coll)
source

read-mapclj

(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.
sourceraw docstring

read-seqclj

(read-seq registry input)
source

read-setclj

source

read-string-seqclj

(read-string-seq input)
source

read-vectorclj

source

write-mapclj

(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.
sourceraw docstring

write-string-seqclj

(write-string-seq output string-seq)
source

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

× close