CompatActorRefSerializer

io.altoo.pekko.serialization.kryo.compat.serializer.CompatActorRefSerializer
class CompatActorRefSerializer(val system: ExtendedActorSystem) extends Serializer[ActorRef]

Specialized serializer for actor refs.

Attributes

Graph
Supertypes
class Serializer[ActorRef]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def read(kryo: Kryo, input: Input, typ: Class[_ <: ActorRef]): ActorRef

Attributes

Definition Classes
Serializer
override def write(kryo: Kryo, output: Output, obj: ActorRef): Unit

Attributes

Definition Classes
Serializer

Inherited methods

def copy(x$0: Kryo, x$1: ActorRef): T

Attributes

Inherited from:
Serializer
def getAcceptsNull(): Boolean

Attributes

Inherited from:
Serializer
def isImmutable(): Boolean

Attributes

Inherited from:
Serializer
def setAcceptsNull(x$0: Boolean): Unit

Attributes

Inherited from:
Serializer
def setImmutable(x$0: Boolean): Unit

Attributes

Inherited from:
Serializer

Concrete fields

val system: ExtendedActorSystem