Package

com.romix.akka.serialization

kryo

Permalink

package kryo

Visibility
  1. Public
  2. All

Type Members

  1. class ActorRefSerializer extends Serializer[ActorRef]

    Permalink

    * This module provides helper classes for serialization of Akka-specific classes.

  2. class KryoBasedSerializer extends Serializer

    Permalink

    * Kryo-based serializer backend

  3. trait KryoCrypto extends AnyRef

    Permalink
  4. class KryoCryptographer extends Transformation

    Permalink
  5. class KryoSerialization extends Extension

    Permalink
  6. class KryoSerializer extends Serializer

    Permalink
  7. class KryoTransformer extends AnyRef

    Permalink
  8. class LZ4KryoCompressor extends Transformation

    Permalink
  9. class NoKryoTransformer extends Transformation

    Permalink
  10. trait QueueBuilder extends AnyRef

    Permalink

    Kryo custom queue builder, to replace ConcurrentLinkedQueue for another Queue, Notice that it must be a multiple producer and multiple consumer queue type, you could use for example JCtools MpmcArrayQueue.

  11. class SerializerPool extends AnyRef

    Permalink

    Returns a SerializerPool, useful to reduce GC overhead.

  12. trait Transformation extends AnyRef

    Permalink
  13. class ZipKryoCompressor extends Transformation

    Permalink

Value Members

  1. object KryoSerialization

    Permalink
  2. object KryoSerializationExtension extends ExtensionId[KryoSerialization] with ExtensionIdProvider

    Permalink

Ungrouped