Package akka.remote.serialization
-
Class Summary Class Description ActorRefResolveThreadLocalCache$ INTERNAL API: Thread local cache per actor systemArteryMessageSerializer$ INTERNAL APIByteStringSerializer Deprecated. Moved to akka.serialization.ByteStringSerializer in akka-actor.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.protobufv3.internal.GeneratedMessageV3
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 WrappedPayloadSupport$ -
Exception Summary Exception Description ThrowableNotSerializableException Use as replacement for an original exception when it can't be serialized or deserialized.