Liking cljdoc? Tell your friends :D

qbits.alia.codec.udt-aware


codecclj

source

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
source

decodersclj

(decoders decode)
source

default-decodersclj

source

default-encodersclj

source

DefaultCodecclj

source

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
source

encodersclj

(encoders encode)
source

record-map-ctorclj

(record-map-ctor rec-sym)
source

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
source

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

× close