ObjectStoreWriter

Functions

Link copied to clipboard
abstract fun canStoreType(type: KType): Boolean
Link copied to clipboard
abstract fun clear()
Link copied to clipboard
abstract fun <T : Any> get(type: KType, key: String): T?
Link copied to clipboard
open fun <T : Any> getRaw(type: KType, key: String): T?
Link copied to clipboard
abstract fun keys(): Set<String>
Link copied to clipboard
abstract fun <T : Any> put(type: KType, key: String, value: T?)
Link copied to clipboard
open fun <T : Any> putRaw(type: KType, key: String, value: T?)
Link copied to clipboard
open fun unhandledType(type: KType): Nothing

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Extensions

Link copied to clipboard
Link copied to clipboard