Package-level declarations

Types

Link copied to clipboard
interface OkioSerializer<T>

The OkioSerializer determines the on-disk format and API for accessing it.

Link copied to clipboard
class OkioStorage<T>(    fileSystem: FileSystem,     serializer: OkioSerializer<T>,     producePath: () -> Path) : Storage<T>

OKIO implementation of the Storage interface, providing cross platform IO using the OKIO library.