Liking cljdoc? Tell your friends :D

abracad.avro.write

Generic data writing implementation.

Generic data writing implementation.
raw docstring

*unchecked*clj

When true, do not perform schema field validation checks during record serialization.

When `true`, do not perform schema field validation checks during
record serialization.
sourceraw docstring

array-prim?clj

(array-prim? datum)
source

avro-bytes?clj

(avro-bytes? schema datum)
source

avro-enum?clj

(avro-enum? schema datum)
source

avro-fixed?clj

(avro-fixed? schema datum)
source

avro-record?clj

(avro-record? schema datum)
source

bytes-classclj

source

edn-elementclj

source

edn-metaclj

source

edn-schema?clj

(edn-schema? schema)
source

element-schema?clj

(element-schema? schema)
source

element-union?clj

(element-union? schema)
source

elideclj

(elide schema)
source

field-nameclj

(field-name field)
source

HandleBytescljprotocol

count-bytesclj

(count-bytes this)

emit-bytesclj

(emit-bytes this encoder)

emit-fixedclj

(emit-fixed this encoder)
source

meta-schema?clj

(meta-schema? schema)
source

named?clj

(named? x)
source

namespaced?clj

(namespaced? x)
source

resolve-unionclj

(resolve-union writer schema datum)
source

resolve-union*clj

(resolve-union* schema datum)
source

schema-equal?clj

(schema-equal? schema datum)
source

schema-error!clj

(schema-error! schema datum)
source

schema-match?clj

(schema-match? schema datum)
source

schema-name-typeclj

(schema-name-type datum)
source

wr-namedclj

(wr-named writer schema datum out)
source

wr-named-checkedclj

(wr-named-checked writer schema datum out)
source

wr-positionalclj

(wr-positional writer schema datum out)
source

write-arrayclj

(write-array writer schema datum out)
source

write-array-seqclj

(write-array-seq writer schema datum out)
source

write-bytesclj

(write-bytes writer datum out)
source

write-enumclj

(write-enum writer schema datum out)
source

write-fixedclj

(write-fixed writer schema datum out)
source

write-recordclj

(write-record writer schema datum out)
source

write-record*clj

(write-record* writer schema datum out)
source

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

× close