androidx.datastore.core.okio
Interfaces
OkioSerializer |
The OkioSerializer determines the on-disk format and API for accessing it. |
Classes
OkioStorage |
OKIO implementation of the Storage interface, providing cross platform IO using the OKIO library. |
OkioStorageKt |
|
WebSerializer |
A Serializer that uses kotlinx.serialization.json to convert any @Serializable data class T to and from a byte stream using Okio. |
WebStorage |