Adding references to Roman Levensteins akka-protostuff and akka-quickser in the serialization docs

This commit is contained in:
Viktor Klang 2012-05-22 14:57:27 +02:00
parent f6fcd24273
commit f92f7431dd
2 changed files with 15 additions and 0 deletions

View file

@ -137,3 +137,10 @@ representation into a real reference. :class:`DynamicVariable` is a
thread-local variable, so be sure to have it set while deserializing anything thread-local variable, so be sure to have it set while deserializing anything
which might contain actor references. which might contain actor references.
External Akka Serializers
=========================
`Akka-protostuff by Roman Levenstein<https://github.com/romix/akka-protostuff-serialization>`_
`Akka-quickser by Roman Levenstein<https://github.com/romix/akka-quickser-serialization>`_

View file

@ -135,3 +135,11 @@ representation into a real reference. :class:`DynamicVariable` is a
thread-local variable, so be sure to have it set while deserializing anything thread-local variable, so be sure to have it set while deserializing anything
which might contain actor references. which might contain actor references.
External Akka Serializers
=========================
`Akka-protostuff by Roman Levenstein<https://github.com/romix/akka-protostuff-serialization>`_
`Akka-quickser by Roman Levenstein<https://github.com/romix/akka-quickser-serialization>`_