Class ProtobufSerializer$
java.lang.Object
org.apache.pekko.remote.serialization.ProtobufSerializer$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProtobufSerializer$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserializeActorRef(ExtendedActorSystem system, WireFormats.ActorRefData refProtocol) Helper to materialize (lookup) anpekko.actor.ActorReffrom Pekko's protobuf representation in the suppliedpekko.actor.ActorSystem.Helper to serialize anpekko.actor.ActorRefto Pekko's protobuf representation.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ProtobufSerializer$
public ProtobufSerializer$()
-
-
Method Details
-
serializeActorRef
Helper to serialize anpekko.actor.ActorRefto Pekko's protobuf representation. -
deserializeActorRef
public ActorRef deserializeActorRef(ExtendedActorSystem system, WireFormats.ActorRefData refProtocol) Helper to materialize (lookup) anpekko.actor.ActorReffrom Pekko's protobuf representation in the suppliedpekko.actor.ActorSystem.
-