Liking cljdoc? Tell your friends :D

s-exp.hako.writer

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

handlerclj


install-handler!clj

(install-handler! w)

Attach the Clojure fallback handler to w. Called once at Writer creation — the handler is 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 to `w`. Called once at Writer
creation — the handler is 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