pekko/akka-actor/src/main
Roland 6b9cdc5f65 fix ActorRef serialization
- represent it by SerializedActorRef(path), i.e. only a “tagged” string
- remove serialize/deserialize from ActorRefProvider interface
- adapt test since deadLetters is returned when nothing found instead of
  exception
- multi-jvm tests are still broken, but that is due to look-up of remote
  actors, which I have just not done yet
2011-12-01 14:31:02 +01:00
..
java Removed unnecessary method and utilize System.nanoTime directly instead. See #1381 2011-11-24 14:36:13 +01:00
resources Minor review fixes 2011-11-28 10:34:15 +01:00
scala/akka fix ActorRef serialization 2011-12-01 14:31:02 +01:00