arch-android

//Android/br.com.arch.toolkit.android.storage

Package-level declarations

Types

Name Summary
ComplexDataParser [android]
interface ComplexDataParser
Contract used by storage delegates to serialize and deserialize non-primitive values.
Storage [android]
sealed class Storage
Entry point for different types of storage available in the toolkit.
StorageInitializer [android]
class StorageInitializer : Initializer<Unit>
An Initializer for the storage system, ensuring Storage.KeyValue is initialized before use.
StorageType [android]
enum StorageType : Enum<StorageType>
Defines the available types of storage within the toolkit.