object ProtobufSerializer
- Source
- ProtobufSerializer.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProtobufSerializer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def deserializeActorRef(system: ExtendedActorSystem, refProtocol: ActorRefData): ActorRef
Helper to materialize (lookup) an from Akka's protobuf representation in the supplied akka.actor.ActorSystem.
- def serializeActorRef(ref: ActorRef): ActorRefData
Helper to serialize an akka.actor.ActorRef to Akka's protobuf representation.