(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
(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
(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