pekko/akka-actor-tests/src/test/scala/akka/serialization
Roland 8b9f1caf67 change serialization to strictly rely on subtyping
- when encountering new message type, check all bindings which map apply
- if multiple are found, choose the most specific one if that exists or
  verify that all mappings yield the same serializer
- in case of remaining ambiguity, throw exception
- also add special handling for “none” serializer mapping: turn off a
  default
2012-02-07 15:11:16 +01:00
..
SerializeSpec.scala change serialization to strictly rely on subtyping 2012-02-07 15:11:16 +01:00