package scala
- Alphabetic
- Public
- Protected
Package Members
- package serializer
Type Members
- class DefaultKeyProvider extends AnyRef
Default encryption key provider that can be extended to provide encryption key differently.
- class DefaultKryoInitializer extends AnyRef
Extensible strategy to configure and customize kryo instance.
Extensible strategy to configure and customize kryo instance. Create a subclass of DefaultKryoInitializer and configure the FQCN under key kryo-initializer.
- class DefaultQueueBuilder extends AnyRef
Default queue builder that can be extended to use another type of 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 EncryptionSettings extends AnyRef
INTERNAL API - api may change at any point in time without any warning.
- class KryoCryptographer extends Transformer
- class KryoSerializationSettings extends AnyRef
INTERNAL API - api may change at any point in time without any warning.
- class LZ4KryoCompressor extends Transformer
- class ScalaKryoSerializer extends KryoSerializer
Plain Scala serializer backed by Kryo.
Plain Scala serializer backed by Kryo. Implements pooling of serialization backends and only one instance should be held.
- trait Transformer extends AnyRef
- class ZipKryoCompressor extends Transformer
Value Members
- object ReflectionHelper