@Internal
See: Description
| Interface | Description |
|---|---|
| KryoOptions |
PipelineOptions which allows passing Kryo parameters. |
| KryoRegistrar |
Interface to be implemented by clients to register their classes with
Kryo. |
| Class | Description |
|---|---|
| KryoCoder<T> |
Coder using Kryo as (de)serialization mechanism.
|
| KryoCoderProvider |
Implementation of
CoderProvider, which provides KryoCoder for any type registered
to Kryo by user-provided KryoRegistrar. |