21202: Added more serializers for built-in stuff

This commit is contained in:
Endre Sándor Varga 2016-09-26 15:04:53 +02:00
parent cbcbe01954
commit 14e0188a1c
5 changed files with 239 additions and 5 deletions

View file

@ -75,7 +75,9 @@ class MiscMessageSerializerSpec extends AkkaSpec(MiscMessageSerializerSpec.testC
"Status.Failure JavaSer" Status.Failure(new OtherException("exc")), // exc with JavaSerializer
"ActorRef" ref,
"Some" Some("value"),
"None" None).foreach {
"None" None,
"Kill" Kill,
"PoisonPill" PoisonPill).foreach {
case (scenario, item)
s"resolve serializer for $scenario" in {
val serializer = SerializationExtension(system)