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
|
|
@ -10,7 +10,7 @@ import akka.util.ClassLoaderObjectInputStream
|
|||
/**
|
||||
* A Serializer represents a bimap between an object and an array of bytes representing that object
|
||||
*/
|
||||
trait Serializer extends scala.Serializable {
|
||||
trait Serializer {
|
||||
/**
|
||||
* Completely unique value to identify this implementation of Serializer, used to optimize network traffic
|
||||
* Values from 0 to 16 is reserved for Akka internal usage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue