This repository contains Akka.NET serializers that implements compression.
Currently, it contains these serializers:
- Akka.Serialization.Compressed.Json - a compressed version of the built-in
Akka.Serialization.NewtonSoftJsonSerializer
. You can read the documentation for this serializer here
The build documentation can be read here