tone it down: just a Warning in case of ambiguous serializers
This commit is contained in:
parent
8b9f1caf67
commit
224ce7f773
6 changed files with 29 additions and 24 deletions
|
|
@ -37,8 +37,7 @@ messages. In case of ambiguity, i.e. the message implements several of the
|
|||
configured classes, the most specific configured class will be used, i.e. the
|
||||
one of which all other candidates are superclasses. If this condition cannot be
|
||||
met, because e.g. ``java.io.Serializable`` and ``MyOwnSerializable`` both apply
|
||||
and neither is a subtype of the other, an exception will be thrown during
|
||||
serialization.
|
||||
and neither is a subtype of the other, a warning will be issued.
|
||||
|
||||
Akka provides serializers for :class:`java.io.Serializable` and `protobuf
|
||||
<http://code.google.com/p/protobuf/>`_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue