(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
(decoders decode)
(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
(encoders encode)
(record-map-ctor rec-sym)
(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-codec this udt-name-or-record-type)
(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