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 |
|---|---|
ActorRef |
deserializeActorRef(ExtendedActorSystem system,
WireFormats.ActorRefData refProtocol)
Helper to materialize (lookup) an
ActorRef
from Akka's protobuf representation in the supplied
ActorSystem. |
WireFormats.ActorRefData |
serializeActorRef(ActorRef ref)
Helper to serialize an
ActorRef to Akka's
protobuf representation. |
public static final ProtobufSerializer$ MODULE$
public WireFormats.ActorRefData serializeActorRef(ActorRef ref)
ActorRef to Akka's
protobuf representation.ref - (undocumented)public ActorRef deserializeActorRef(ExtendedActorSystem system, WireFormats.ActorRefData refProtocol)
ActorRef
from Akka's protobuf representation in the supplied
ActorSystem.system - (undocumented)refProtocol - (undocumented)