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.
(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.
(write-value! w x)Backwards-compatible facade around .writeAny.
Backwards-compatible facade around `.writeAny`.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |