public class Serialization$
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Serialization$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
Serialization$() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final Serialization$ MODULE$
public scala.util.DynamicVariable<akka.serialization.Serialization.Information> currentTransportInformation()
public java.lang.String serializedActorPath(ActorRef actorRef)