io.altoo.akka.serialization.kryo

Type members

Classlikes

Default encryption key provider that can be extended to provide encryption key differently.

Default encryption key provider that can be extended to provide encryption key differently.

Extensible strategy to configure and customize kryo instance.

Extensible strategy to configure and customize kryo instance.

Default queue builder that can be extended to use another type of queue. Notice that it must be a multiple producer and multiple consumer queue type, you could use for example a bounded non-blocking queue.

Default queue builder that can be extended to use another type of queue. Notice that it must be a multiple producer and multiple consumer queue type, you could use for example a bounded non-blocking queue.

class KryoCryptographer(key: Array[Byte], mode: String, ivLength: Int) extends Transformer
class KryoSerializer(val system: ExtendedActorSystem) extends Serializer with ByteBufferSerializer