Package org.apache.pekko.remote.serialization
-
Class Summary Class Description ActorRefResolveThreadLocalCache$ INTERNAL API: Thread local cache per actor systemArteryMessageSerializer$ INTERNAL APIByteStringSerializer Deprecated. Moved to org.apache.pekko.serialization.ByteStringSerializer in pekko-actor.IntSerializer Deprecated. Moved to org.apache.pekko.serialization.IntSerializer in pekko-actor.LongSerializer Deprecated. Moved to org.apache.pekko.serialization.LongSerializer in pekko-actor.MessageContainerSerializer MiscMessageSerializer ProtobufSerializer This Serializer serializesorg.apache.pekko.protobufv3.internal.Message
It is using reflection to find theparseFrom
andtoByteArray
methods to avoid dependency tocom.google.protobuf
.ProtobufSerializer$ StringSerializer Deprecated. Moved to org.apache.pekko.serialization.StringSerializer in pekko-actor.SystemMessageSerializer WrappedPayloadSupport$ -
Exception Summary Exception Description ThrowableNotSerializableException Use as replacement for an original exception when it can't be serialized or deserialized.