Merge pull request #16678 from etaty/patch-2
=doc s/will always by/will always be/
This commit is contained in:
commit
0b50d650f1
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ Akka provides serializers for :class:`java.io.Serializable` and `protobuf
|
||||||
:class:`com.google.protobuf.GeneratedMessage` by default (the latter only if
|
:class:`com.google.protobuf.GeneratedMessage` by default (the latter only if
|
||||||
depending on the akka-remote module), so normally you don't need to add
|
depending on the akka-remote module), so normally you don't need to add
|
||||||
configuration for that; since :class:`com.google.protobuf.GeneratedMessage`
|
configuration for that; since :class:`com.google.protobuf.GeneratedMessage`
|
||||||
implements :class:`java.io.Serializable`, protobuf messages will always by
|
implements :class:`java.io.Serializable`, protobuf messages will always be
|
||||||
serialized using the protobuf protocol unless specifically overridden. In order
|
serialized using the protobuf protocol unless specifically overridden. In order
|
||||||
to disable a default serializer, map its marker type to “none”::
|
to disable a default serializer, map its marker type to “none”::
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ Akka provides serializers for :class:`java.io.Serializable` and `protobuf
|
||||||
:class:`com.google.protobuf.GeneratedMessage` by default (the latter only if
|
:class:`com.google.protobuf.GeneratedMessage` by default (the latter only if
|
||||||
depending on the akka-remote module), so normally you don't need to add
|
depending on the akka-remote module), so normally you don't need to add
|
||||||
configuration for that; since :class:`com.google.protobuf.GeneratedMessage`
|
configuration for that; since :class:`com.google.protobuf.GeneratedMessage`
|
||||||
implements :class:`java.io.Serializable`, protobuf messages will always by
|
implements :class:`java.io.Serializable`, protobuf messages will always be
|
||||||
serialized using the protobuf protocol unless specifically overridden. In order
|
serialized using the protobuf protocol unless specifically overridden. In order
|
||||||
to disable a default serializer, map its marker type to “none”::
|
to disable a default serializer, map its marker type to “none”::
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue