From 74969b89606a17802b08a46ade142aebdc314d91 Mon Sep 17 00:00:00 2001 From: Nicolas Vollmar Date: Fri, 4 Oct 2019 07:42:33 +0200 Subject: [PATCH] Updates external serialization documentation #27886 --- akka-docs/src/main/paradox/serialization.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/akka-docs/src/main/paradox/serialization.md b/akka-docs/src/main/paradox/serialization.md index 0a6037113f..6e1fa47180 100644 --- a/akka-docs/src/main/paradox/serialization.md +++ b/akka-docs/src/main/paradox/serialization.md @@ -257,9 +257,7 @@ It must still be possible to deserialize the events that were stored with the ol ## External Akka Serializers -* [Akka-quickser by Roman Levenstein](https://github.com/romix/akka-quickser-serialization) - -* [Akka-kryo by Roman Levenstein](https://github.com/romix/akka-kryo-serialization) +* [Kryo serializer for Akka](https://github.com/altoo-ag/akka-kryo-serialization) * [Twitter Chill Scala extensions for Kryo](https://github.com/twitter/chill)