akka.serialization
Class Serialization$

java.lang.Object
  extended by akka.serialization.Serialization$

public class Serialization$
extends java.lang.Object


Field Summary
static Serialization$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Serialization$()
           
 
Method Summary
 scala.util.DynamicVariable<akka.serialization.Serialization.Information> currentTransportInformation()
          This holds a reference to the current transport serialization information used for serializing local actor refs.
 java.lang.String serializedActorPath(ActorRef actorRef)
          The serialized path of an actorRef, based on the current transport serialization information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

Serialization$

public Serialization$()
Method Detail

currentTransportInformation

public scala.util.DynamicVariable<akka.serialization.Serialization.Information> currentTransportInformation()
This holds a reference to the current transport serialization information used for serializing local actor refs. INTERNAL API


serializedActorPath

public java.lang.String serializedActorPath(ActorRef actorRef)
The serialized path of an actorRef, based on the current transport serialization information. If there is no external address available for the requested address then the systems default address will be used.