akka.remote.serialization
Class ProtobufSerializer$

java.lang.Object
  extended by akka.remote.serialization.ProtobufSerializer$

public class ProtobufSerializer$
extends java.lang.Object


Field Summary
static ProtobufSerializer$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ProtobufSerializer$()
           
 
Method Summary
 ActorRef deserializeActorRef(ActorSystem system, RemoteProtocol.ActorRefProtocol refProtocol)
          Helper to materialize (lookup) an ActorRef from Akka's protobuf representation in the supplied ActorSystem.
 RemoteProtocol.ActorRefProtocol 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

MODULE$

public static final ProtobufSerializer$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

ProtobufSerializer$

public ProtobufSerializer$()
Method Detail

serializeActorRef

public RemoteProtocol.ActorRefProtocol serializeActorRef(ActorRef ref)
Helper to serialize an ActorRef to Akka's protobuf representation.


deserializeActorRef

public ActorRef deserializeActorRef(ActorSystem system,
                                    RemoteProtocol.ActorRefProtocol refProtocol)
Helper to materialize (lookup) an ActorRef from Akka's protobuf representation in the supplied ActorSystem.