Class ProtobufSerializer$


  • public class ProtobufSerializer$
    extends java.lang.Object
    • Field Detail

      • MODULE$

        public static final ProtobufSerializer$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • ProtobufSerializer$

        public ProtobufSerializer$()
    • Method Detail

      • serializeActorRef

        public WireFormats.ActorRefData serializeActorRef​(ActorRef ref)
        Helper to serialize an pekko.actor.ActorRef to Pekko's protobuf representation.
      • deserializeActorRef

        public ActorRef deserializeActorRef​(ExtendedActorSystem system,
                                            WireFormats.ActorRefData refProtocol)
        Helper to materialize (lookup) an pekko.actor.ActorRef from Pekko's protobuf representation in the supplied pekko.actor.ActorSystem.