Merge pull request #27887 from nvollmar/wip-27886-serialization-documentation-nvo

Updates external serialization documentation #27886
This commit is contained in:
Patrik Nordwall 2019-10-04 12:16:38 +02:00 committed by GitHub
commit 217e1237ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)