All videos
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.
About the speakers

Paweł Lipski
Software Developer at VirtusLab
Scala/DevOps Engineer @ VirtusLab, with an inclination towards automating software development processes. Currently maintaining VirtusLab open source projects: git-machete, aka "probably the sharpest git repository…
Read more

Marcin Złakowski
Software Developer at VirtusLab
A Computer Science student and a Scala Developer at VirtusLab. Waiting for generics to be reified.
Read more
Other videos that you might like

Mutatis Mutandis: Typesafe, transactional, indexed database queries in the cloud
Jon Pretty

My Take on Scala 3 by Tomasz Godzik
Tomasz Godzik

5 things you need to know about Scala compilation
Iulian Dragoș

Enforce best coding practices with Scalafix linting
Vladimir Polushin