object Serialization

Source
Serialization.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Serialization
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ClassSerializer = (Class[_], Serializer)

    Tuple that represents mapping from Class to Serializer

  2. class Settings extends AnyRef

Value Members

  1. 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.