All videos

Serialization toolbox for Akka messages, events and persistent state that helps achieve compile-time guarantee on serializability

November 23, 2021

Every message leaving a JVM boundary in Akka needs to be serialized first. However, the existing solutions for serialization in Scala leave a lot of room for runtime failures that are NOT reported in compile time. We’re glad to introduce Akka Serialization Helper, a toolkit including a Circe-based, runtime-safe serializer and a set of Scala compiler plugins to counteract the common caveats when working with Akka serialization.

Tags