From f92f7431dd0f53532e5bd99389aedf5315024331 Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Tue, 22 May 2012 14:57:27 +0200 Subject: [PATCH] Adding references to Roman Levensteins akka-protostuff and akka-quickser in the serialization docs --- akka-docs/java/serialization.rst | 7 +++++++ akka-docs/scala/serialization.rst | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/akka-docs/java/serialization.rst b/akka-docs/java/serialization.rst index 4c7b023959..3e8c8162e7 100644 --- a/akka-docs/java/serialization.rst +++ b/akka-docs/java/serialization.rst @@ -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 which might contain actor references. +External Akka Serializers +========================= + +`Akka-protostuff by Roman Levenstein`_ + + +`Akka-quickser by Roman Levenstein`_ diff --git a/akka-docs/scala/serialization.rst b/akka-docs/scala/serialization.rst index 2ab0a7b633..296afa7068 100644 --- a/akka-docs/scala/serialization.rst +++ b/akka-docs/scala/serialization.rst @@ -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 which might contain actor references. + +External Akka Serializers +========================= + +`Akka-protostuff by Roman Levenstein`_ + + +`Akka-quickser by Roman Levenstein`_