Liking cljdoc? Tell your friends :D

immutant.codecs

Common codecs used when [de]serializing data structures.

The default registered codecs are:

  • :edn - encodes to/decodes from an EDN string
  • :json - encodes to/decodes from a JSON string. Requires cheshire as a dependency.
  • :none - performs no encoding

You can enable :fressian encoding by calling immutant.codecs.fressian/register-fressian-codec, or make custom codecs with make-codec.

Common codecs used when [de]serializing data structures.

The default registered codecs are:

* :edn - encodes to/decodes from an EDN string
* :json - encodes to/decodes from a JSON string. Requires `cheshire` as a
  dependency.
* :none - performs no encoding

You can enable :fressian encoding by calling
[[immutant.codecs.fressian/register-fressian-codec]], or make custom
codecs with [[make-codec]].
raw docstring

immutant.codecs.fressian

Provides support for using Fressian as an Immutant codec.

Provides support for using Fressian as an Immutant codec.
raw docstring

immutant.coercions

Defines AsPeriod and AsTime protocols for schedule specifications

Defines [[AsPeriod]] and [[AsTime]] protocols for schedule specifications
raw docstring

immutant.daemons

Asynchronous, highly-available services that share the lifecycle of your application.

Asynchronous, highly-available services that share the lifecycle of
your application.
raw docstring

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

× close