Add @SerialVersionUID to Serializable classes. See #1786
* @SerialVersionUID(1L) * UntypedActorFactory serialization, and test * Removed Serializable from Serializers
This commit is contained in:
parent
d7435547ff
commit
9c8c0d42c5
14 changed files with 51 additions and 12 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue