pekko/akka-actor/src/main/scala/akka/serialization
Patrik Nordwall f8c1671903 =rem #13783 Make ProtobufSerializer independent of protobuf version
* well, as long as they provide the parseFrom and toByteArray
* it is using reflection to find the `parseFrom` and `toByteArray` methods to avoid
  dependency to `com.google.protobuf`.
* also special case com.google.protobuf when loading serialization binding
* migration guide
* mima filters for the serializers (all types changed)
* add real test for ProtobufSerializer
2015-09-04 09:12:34 +02:00
..
Serialization.scala =rem #13783 Make ProtobufSerializer independent of protobuf version 2015-09-04 09:12:34 +02:00
SerializationExtension.scala Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
Serializer.scala +act #17576 Support serializer with string manifest 2015-06-01 13:45:31 +02:00