fix non-@ref tag in serialization (#25900) (#25901)

This commit is contained in:
Roman Filonenko 2018-11-13 10:06:49 +01:00 committed by Arnout Engelen
parent 17a6a470ee
commit d0feb5f28e

View file

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