Liking cljdoc? Tell your friends :D

clj-headlights.nippy


fast-decode-streamclj

(fast-decode-stream stream)

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.
raw docstring

freezeclj

(freeze obj)

thawclj

(thaw bytes)

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

× close