Liking cljdoc? Tell your friends :D

s-exp.hako.writer

Thin dispatch bridge for hako encode. Scalar / collection / record / sorted-coll / queue encoding all live in com.s_exp.hako.Writer (Java). This namespace only handles the fallback callback for user-tagged types + the custom-comparator warning.

Thin dispatch bridge for hako encode. Scalar / collection / record /
sorted-coll / queue encoding all live in `com.s_exp.hako.Writer`
(Java). This namespace only handles the fallback callback for
user-tagged types + the custom-comparator warning.
raw docstring

custom-cmp-warnerclj


handlerclj


install-handler!clj

(install-handler! w)

Attach the Clojure fallback handler + custom-comparator warner to w. Called once at Writer creation — both retained across .reset. The Writer's Java-side check consults com.s_exp.hako.UserTagRegistry directly for the user-tag-vs-generic-Iterable dispatch decision.

Attach the Clojure fallback handler + custom-comparator warner to
`w`. Called once at Writer creation — both retained across `.reset`.
The Writer's Java-side check consults `com.s_exp.hako.UserTagRegistry`
directly for the user-tag-vs-generic-Iterable dispatch decision.
raw docstring

write-value!clj

(write-value! w x)

Backwards-compatible facade around .writeAny.

Backwards-compatible facade around `.writeAny`.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close