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

array-prim?clj

(array-prim? datum)

avro-bytes?clj

(avro-bytes? schema datum)

avro-enum?clj

(avro-enum? schema datum)

avro-fixed?clj

(avro-fixed? schema datum)

avro-record?clj

(avro-record? schema datum)

bytes-classclj


edn-elementclj


edn-metaclj


edn-schema?clj

(edn-schema? schema)

element-schema?clj

(element-schema? schema)

element-union?clj

(element-union? schema)

elideclj

(elide schema)

field-nameclj

(field-name field)

HandleBytescljprotocol

count-bytesclj

(count-bytes this)

emit-bytesclj

(emit-bytes this encoder)

emit-fixedclj

(emit-fixed this encoder)

meta-schema?clj

(meta-schema? schema)

named?clj

(named? x)

namespaced?clj

(namespaced? x)

resolve-unionclj

(resolve-union writer schema datum)

resolve-union*clj

(resolve-union* schema datum)

schema-equal?clj

(schema-equal? schema datum)

schema-error!clj

(schema-error! schema datum)

schema-match?clj

(schema-match? schema datum)

schema-name-typeclj

(schema-name-type datum)

wr-namedclj

(wr-named writer schema datum out)

wr-named-checkedclj

(wr-named-checked writer schema datum out)

wr-positionalclj

(wr-positional writer schema datum out)

write-arrayclj

(write-array writer schema datum out)

write-array-seqclj

(write-array-seq writer schema datum out)

write-bytesclj

(write-bytes writer datum out)

write-enumclj

(write-enum writer schema datum out)

write-fixedclj

(write-fixed writer schema datum out)

write-recordclj

(write-record writer schema datum out)

write-record*clj

(write-record* writer schema datum out)

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

× close