public class ProtobufSerializer$
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ProtobufSerializer$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
ProtobufSerializer$() |
| Modifier and Type | Method and Description |
|---|---|
akka.actor.ActorRef |
deserializeActorRef(akka.actor.ExtendedActorSystem system,
WireFormats.ActorRefData refProtocol)
Helper to materialize (lookup) an
ActorRef
from Akka's protobuf representation in the supplied
ActorSystem. |
WireFormats.ActorRefData |
serializeActorRef(akka.actor.ActorRef ref)
Helper to serialize an
ActorRef to Akka's
protobuf representation. |
public static final ProtobufSerializer$ MODULE$
public WireFormats.ActorRefData serializeActorRef(akka.actor.ActorRef ref)
ActorRef to Akka's
protobuf representation.ref - (undocumented)public akka.actor.ActorRef deserializeActorRef(akka.actor.ExtendedActorSystem system,
WireFormats.ActorRefData refProtocol)
ActorRef
from Akka's protobuf representation in the supplied
ActorSystem.system - (undocumented)refProtocol - (undocumented)