Liking cljdoc? Tell your friends :D

clj-headlights.nippy


fast-decode-streamclj

(fast-decode-stream stream)
source

fast-encode-streamclj

(fast-encode-stream stream data)

Encode the given data with nippy, write the length of the resulting byte array on the stream as an integer, then write the serialized data. Returns the number of bytes written.

Encode the given data with nippy, write the length of the resulting byte
array on the stream as an integer, then write the serialized data. Returns
the number of bytes written.
sourceraw docstring

freezeclj

(freeze obj)
source

thawclj

(thaw bytes)
source

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

× close