Liking cljdoc? Tell your friends :D

qbits.alia.codec.udt-aware


codecclj


Decodercljprotocol

decodeclj

(decode x)

Defines how to do the decoding of value via a codec instance function

Defines how to do the decoding of value via a codec instance
function

decodersclj

(decoders decode)

default-decodersclj


default-encodersclj


Encodercljprotocol

encodeclj

(encode x)

Defines how to do the encoding of value via a codec instance function

Defines how to do the encoding of value via a codec instance
function

encodersclj

(encoders encode)

record-map-ctorclj

(record-map-ctor rec-sym)

UDTRegistrycljprotocol

deregister-udt!clj

(deregister-udt! this session udt-name record-constructor)

Allows to register an udtencoder at codec level, when the specified record typed is passed it will automatically be encoded in the appropriate UDTValue

Allows to register an udtencoder at codec level, when the
specified record typed is passed it will automatically be encoded
in the appropriate UDTValue

get-udt-codecclj

(get-udt-codec this udt-name-or-record-type)

register-udt!clj

(register-udt! this session udt-name record-constructor)

Allows to register an udtencoder at codec level, when the specified record typed is passed it will automatically be encoded in the appropriate UDTValue

Allows to register an udtencoder at codec level, when the
specified record typed is passed it will automatically be encoded
in the appropriate UDTValue

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

× close