Liking cljdoc? Tell your friends :D

borsh.core


deserializeclj/s

(deserialize ctor data)
(deserialize ctor data schema)

Deserialize a byte array into an object.

Deserialize a byte array into an object.
raw docstring

schemaclj/s

(schema obj-or-ctor)

Get the schema from an object or a contructor function.

Get the schema from an object or a contructor function.
raw docstring

serializeclj/s

(serialize obj)
(serialize obj schema)
(serialize obj schema opts)

Serialize obj into a byte array.

Serialize obj into a byte array.
raw docstring

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

× close