Adding references to Roman Levensteins akka-protostuff and akka-quickser in the serialization docs
This commit is contained in:
parent
f6fcd24273
commit
f92f7431dd
2 changed files with 15 additions and 0 deletions
|
|
@ -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>`_
|
||||||
|
|
|
||||||
|
|
@ -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>`_
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue