Package akka.remote.serialization
Class ProtobufSerializer$
- java.lang.Object
-
- akka.remote.serialization.ProtobufSerializer$
-
public class ProtobufSerializer$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ProtobufSerializer$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ProtobufSerializer$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActorRef
deserializeActorRef(ExtendedActorSystem system, WireFormats.ActorRefData refProtocol)
Helper to materialize (lookup) anActorRef
from Akka's protobuf representation in the suppliedActorSystem
.WireFormats.ActorRefData
serializeActorRef(ActorRef ref)
Helper to serialize anActorRef
to Akka's protobuf representation.
-
-
-
Field Detail
-
MODULE$
public static final ProtobufSerializer$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
serializeActorRef
public WireFormats.ActorRefData serializeActorRef(ActorRef ref)
Helper to serialize anActorRef
to Akka's protobuf representation.
-
deserializeActorRef
public ActorRef deserializeActorRef(ExtendedActorSystem system, WireFormats.ActorRefData refProtocol)
Helper to materialize (lookup) anActorRef
from Akka's protobuf representation in the suppliedActorSystem
.
-
-