A library that allows you to use Transit as a read/write codec with Immutant 2.x messaging and caching.
This is a standalone project, but cannot be used without Immutant 2.0.0 or newer. Once Transit becomes stable, this will likely move in to Immutant proper.
immutant-transit transitively brings in
com.cognitect/transit-clj
0.8.285, and may not work with any older
version.
See the example application for sample usage with Immutant.
For a Leiningen project:
[org.immutant/immutant-transit "0.2.4"]
For a maven project:
<dependency>
<groupId>org.immutant</groupId>
<artifactId>immutant-transit</artifactId>
<version>0.2.4</version>
</dependency>
Immutant is licensed under the Apache License, v2. See LICENSE for details.