| Interface | Description |
|---|---|
| Encoder<T> |
An interface for writing data to some persistent data store (i.e.
|
| Key |
An interface that uniquely identifies some set of data.
|
| ResourceDecoder<T,Z> |
An interface for decoding resources.
|
| ResourceEncoder<T> |
An interface for writing data from a resource to some persistent data store (i.e.
|
| Transformation<T> |
A class for performing an arbitrary transformation on a resource.
|
| Class | Description |
|---|---|
| MultiTransformation<T> |
A transformation that applies one or more transformations in iteration order to a resource.
|
| Enum | Description |
|---|---|
| DecodeFormat |