Class | Description |
---|---|
DaemonMsgCreateSerializer |
Serializes Akka's internal DaemonMsgCreate using protobuf
for the core structure of DaemonMsgCreate, Props and Deploy.
|
MessageContainerSerializer | |
ProtobufSerializer |
This Serializer serializes
akka.protobuf.Message and com.google.protobuf.Message
It is using reflection to find the parseFrom and toByteArray methods to avoid
dependency to com.google.protobuf . |
ProtobufSerializer$ |