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

@ -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