ProtobufSerializer

class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

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

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

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

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

Source:
ProtobufSerializer.scala