Thin dispatch bridge for hako encode. Scalar / collection / record encoding all live in com.s_exp.hako.Writer.writeAny (Java). This namespace only handles the fallback callback — sorted collections, queue, and user-tagged types.
Thin dispatch bridge for hako encode. Scalar / collection / record encoding all live in com.s_exp.hako.Writer.writeAny (Java). This namespace only handles the fallback callback — sorted collections, queue, and user-tagged types.
(install-handler! w)Attach the Clojure fallback handler to w. Called once at Writer
creation — the handler is retained across .reset.
Attach the Clojure fallback handler to `w`. Called once at Writer creation — the handler is retained across `.reset`.
(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 |