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 Using theserialization-bindings
as source for the whitelist.ProtobufSerializer$ Helper to serialize anActorRef
to Akka's protobuf representation.StringSerializer Deprecated. Moved to akka.serialization.StringSerializer in akka-actor.SystemMessageSerializer ThrowableSupport INTERNAL APIWrappedPayloadSupport Serialize theinput
along with itsmanifest
andserializerId
. -
Exception Summary Exception Description ThrowableNotSerializableException Use as replacement for an original exception when it can't be serialized or deserialized.