Liking cljdoc? Tell your friends :D

franzy.serialization.json.deserializers


json-deserializerclj

(json-deserializer)
(json-deserializer opts)

JSON deserializer for Apache Kafka. Use for deserializing Kafka keys and values.

Notes: You may pass any of the built-in Cheshire options to parse-stream via the opts map, using the 1-arity version of this function.

JSON deserializer for Apache Kafka.
Use for deserializing Kafka keys and values.

> Notes: You may pass any of the built-in Cheshire options to parse-stream via the opts map, using
 the 1-arity version of this function.
raw docstring

smile-deserializerclj

(smile-deserializer)
(smile-deserializer opts)

JSON deserializer for Apache Kafka using Smile binary format. Use for deserializing Kafka keys and values.

http://wiki.fasterxml.com/SmileFormat

Notes: You may pass any of the built-in Cheshire options to parse-smile via the opts map, using the 1-arity version of this function.

JSON deserializer for Apache Kafka using Smile binary format.
Use for deserializing Kafka keys and values.

http://wiki.fasterxml.com/SmileFormat

> Notes: You may pass any of the built-in Cheshire options to parse-smile via the opts map, using
 the 1-arity version of this function.
raw docstring

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

× close