object Serialization
- Source
- Serialization.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Serialization
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
ClassSerializer = (Class[_], Serializer)
Tuple that represents mapping from Class to Serializer
- class Settings extends AnyRef
Value Members
-
def
serializedActorPath(actorRef: ActorRef): String
The serialized path of an actorRef, based on the current transport serialization information.
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.