ProtobufSerializer

org.apache.pekko.remote.serialization.ProtobufSerializer$
See theProtobufSerializer companion class

Attributes

Companion
class
Source
ProtobufSerializer.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def deserializeActorRef(system: ExtendedActorSystem, refProtocol: ActorRefData): ActorRef

Helper to materialize (lookup) an pekko.actor.ActorRef from Akka's protobuf representation in the supplied pekko.actor.ActorSystem.

Helper to materialize (lookup) an pekko.actor.ActorRef from Akka's protobuf representation in the supplied pekko.actor.ActorSystem.

Attributes

Source
ProtobufSerializer.scala
def serializeActorRef(ref: ActorRef): ActorRefData

Helper to serialize an pekko.actor.ActorRef to Akka's protobuf representation.

Helper to serialize an pekko.actor.ActorRef to Akka's protobuf representation.

Attributes

Source
ProtobufSerializer.scala