Packages

object ProtobufSerializer

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

Value Members

  1. def deserializeActorRef(system: ExtendedActorSystem, refProtocol: ActorRefData): ActorRef

    Helper to materialize (lookup) an akka.actor.ActorRef from Akka's protobuf representation in the supplied akka.actor.ActorSystem.

  2. def serializeActorRef(ref: ActorRef): ActorRefData

    Helper to serialize an akka.actor.ActorRef to Akka's protobuf representation.