Merge remote-tracking branch 'origin/master' into wip-1750-remove-ReflectiveAccess-∂π

This commit is contained in:
Roland 2012-02-10 11:41:47 +01:00
commit d2f28a06cd
83 changed files with 1579 additions and 561 deletions

View file

@ -29,7 +29,7 @@ import scala.util.DynamicVariable
* avoid strange match errors and inequalities which arise from different class loaders loading
* the same class.
*/
trait Serializer extends scala.Serializable {
trait Serializer {
/**
* Completely unique value to identify this implementation of Serializer, used to optimize network traffic