Add @SerialVersionUID to Serializable classes. See #1786

* @SerialVersionUID(1L)
* UntypedActorFactory serialization, and test
* Removed Serializable from Serializers
This commit is contained in:
Patrik Nordwall 2012-02-06 14:19:59 +01:00
parent d7435547ff
commit 9c8c0d42c5
14 changed files with 51 additions and 12 deletions

View file

@ -103,6 +103,7 @@ object Props {
* Props props = new Props(MyActor.class).withRouter(new RoundRobinRouter(..));
* }}}
*/
@SerialVersionUID(1L)
case class Props(
creator: () Actor = Props.defaultCreator,
dispatcher: String = Dispatchers.DefaultDispatcherId,