Package akka.remote.serialization
-
Class Summary Class Description ActorRefResolveCache INTERNAL APIActorRefResolveThreadLocalCache INTERNAL APIActorRefResolveThreadLocalCache$ INTERNAL API: Thread local cache per actor systemArteryMessageSerializer INTERNAL APIArteryMessageSerializer$ INTERNAL APIByteStringSerializer Deprecated. Moved to akka.serialization.ByteStringSerializer in akka-actor.DaemonMsgCreateSerializer Serializes Akka's internal DaemonMsgCreate using protobuf for the core structure of DaemonMsgCreate, Props and Deploy.IntSerializer Deprecated. Moved to akka.serialization.IntSerializer in akka-actor.LongSerializer Deprecated. Moved to akka.serialization.LongSerializer in akka-actor.MessageContainerSerializer MiscMessageSerializer ProtobufSerializer This Serializer serializesakka.protobuf.Message
andcom.google.protobuf.Message
It is using reflection to find theparseFrom
andtoByteArray
methods to avoid dependency tocom.google.protobuf
.ProtobufSerializer$ StringSerializer Deprecated. Moved to akka.serialization.StringSerializer in akka-actor.SystemMessageSerializer ThrowableSupport INTERNAL APIWrappedPayloadSupport INTERNAL API -
Exception Summary Exception Description ThrowableNotSerializableException Use as replacement for an original exception when it can't be serialized or deserialized.