(create-serializer)
Create a Transit serializer that implements the proletarian.protocols/Serializer
protocol. This is the default
serializer in Proletarian. It is used in proletarian.worker/create-queue-worker
and
proletarian.job/enqueue!
.
It includes a read and write handler for [[java.time.Instant]]. If you need other custom handlers, you should
implement proletarian.protocols/Serializer
with your own functions for encoding and decoding.
Create a Transit serializer that implements the [[proletarian.protocols/Serializer]] protocol. This is the default serializer in Proletarian. It is used in [[proletarian.worker/create-queue-worker]] and [[proletarian.job/enqueue!]]. It includes a read and write handler for [[java.time.Instant]]. If you need other custom handlers, you should implement [[proletarian.protocols/Serializer]] with your own functions for encoding and decoding.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close