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(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

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 WireFormats.ActorRefData serializeActorRef(ActorRef ref)
Helper to serialize an ActorRef to Akka's protobuf representation.

Parameters:
ref - (undocumented)
Returns:
(undocumented)

deserializeActorRef

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

Parameters:
system - (undocumented)
refProtocol - (undocumented)
Returns:
(undocumented)