Improvements
- Introduced Actor.getIdentity to allow retrieving actor identity from outside the actor using the actor ref.
- AbstractActor.actorIdentity is now deprecated, prefer Actor.getIdentity.
Bug Fixes
- Kryo cloner now supports classes without no-arg constructors.
- Fixed a race condition in cache flushing and creation.
- Java serialization cloner now supports replacing remote objects with references.