CompatTypedActorRefSerializer

io.altoo.pekko.serialization.kryo.compat.serializer.CompatTypedActorRefSerializer
class CompatTypedActorRefSerializer(val system: ActorSystem[Nothing]) extends Serializer[ActorRef[Nothing]]

Specialized serializer for typed actor refs.

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

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

Attributes

Definition Classes
Serializer

Inherited methods

def copy(x$0: Kryo, x$1: ActorRef[Nothing]): 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: ActorSystem[Nothing]