|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object akka.remote.serialization.ProtobufSerializer$
public class ProtobufSerializer$
Field Summary | |
---|---|
static ProtobufSerializer$ |
MODULE$
Static reference to the singleton instance of this Scala object. |
Constructor Summary | |
---|---|
ProtobufSerializer$()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ProtobufSerializer$ MODULE$
Constructor Detail |
---|
public ProtobufSerializer$()
Method Detail |
---|
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |