From d0feb5f28e443c633dc99335204d155a0b82fe3f Mon Sep 17 00:00:00 2001 From: Roman Filonenko Date: Tue, 13 Nov 2018 10:06:49 +0100 Subject: [PATCH] fix non-@ref tag in serialization (#25900) (#25901) --- akka-docs/src/main/paradox/serialization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/serialization.md b/akka-docs/src/main/paradox/serialization.md index 4208584499..e32460a073 100644 --- a/akka-docs/src/main/paradox/serialization.md +++ b/akka-docs/src/main/paradox/serialization.md @@ -259,7 +259,7 @@ The recommended approach to do deep serialization of internal actor state is to ## Disabling the Java Serializer Since the `2.4.11` release of Akka it is possible to entirely disable the default Java Serialization mechanism. -For compatibility reasons, the current (non-@ref:[Artery](remoting-artery.md)) remoting still uses Java +For compatibility reasons, the current (non-Artery) @ref:[Remoting](remoting.md) still uses Java serialization for some classes, however you can disable it in this remoting implementation as well by following the steps below.