Liking cljdoc? Tell your friends :D

datascript.serialize


arrayclj/smacro

(array & args)

Platform-native array representation (java.util.List on JVM, Array on JS)

Platform-native array representation (java.util.List on JVM, Array on JS)
sourceraw docstring

dictclj/smacro

(dict & args)

Platform-native dictionary representation (java.util.Map on JVM, Object on JS)

Platform-native dictionary representation (java.util.Map on JVM, Object on JS)
sourceraw docstring

freeze-kwclj/s

(freeze-kw kw)
source

from-serializableclj/s

(from-serializable from)
(from-serializable from
                   {:keys [thaw-fn thaw-kw]
                    :or {thaw-fn edn/read-string thaw-kw thaw-kw}})
source

serializableclj/s

(serializable db)
(serializable db opts)
source (clj)source (cljs)

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

× close