Liking cljdoc? Tell your friends :D

proletarian.transit


create-serializerclj

(create-serializer)

Create a Transit serializer that implements the proletarian.protocols/Serializer protocol.

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.

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.
sourceraw docstring

decodeclj

(decode s)
(decode s read-handlers)
source

default-read-handlersclj

source

default-write-handlersclj

source

encodeclj

(encode data)
(encode data write-handlers)
source

instant-readerclj

source

instant-writerclj

source

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

× close