Quantcast
Channel: Akka Libraries - Discussion Forum for Akka technologies
Viewing all articles
Browse latest Browse all 1362

Artery serialization exception for object that isn't part of an actor message

$
0
0

Using akka 2.6.10 classic

I’m getting java.io.NotSerializableException that originates from akka.remote.MessageSerializer$.serializeForArtery

I understand how to make this class serializable, but…
by design and based on code inspection and searching for references with IntelliJ, this class should never be part of an actor message, much less a remote actor message.

Any tips on debugging are appreciated.

TIA,
-david

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 1362

Trending Articles