Package renetik.android.store.type

Types

Link copied to clipboard
class CSFileJsonStore(    parent: File,     id: String,     directory: String = "",     isJsonPretty: Boolean = isDebug) : CSJsonStoreBase
Link copied to clipboard
open class CSJsonObjectStore : CSJsonObject, CSStore, Closeable
Link copied to clipboard
abstract class CSJsonStoreBase(isPretty: Boolean = isDebug) : CSJsonObjectStore, Closeable
Link copied to clipboard
class CSPreferencesJsonStore(    context: Context,     val key: String = "store",     id: String = "default",     isPretty: Boolean = false) : CSJsonStoreBase
Link copied to clipboard
class CSPreferencesStore(val context: Context, id: String = "default") : CSStore
Link copied to clipboard
class CSStringJsonStore(jsonString: String = "{}") : CSJsonStoreBase