SerializeConfig

annotation class SerializeConfig

序列化对象配置信息

当被当前注解修饰的类使用委托属性 [serial]/[serialLazy]/[serialLiveData] 进行序列化读写时, 会使用当前注解中的配置信息

Functions

Link copied to clipboard
abstract fun cryptKey(): String
The encryption key of the MMKV instance (no more than 16 bytes)
Link copied to clipboard
abstract fun mmapID(): String
MMKV 实例的唯一ID The unique ID of the MMKV instance 不同ID的MMKV数据互相隔离, 并且完全使用name作为key, 不会自动添加前缀(默认情况下都会使用全路径类名作为前缀, 例如 com.drake.serialize.UserConfig.
Link copied to clipboard
abstract fun mode(): Int
MMKV实例的进程模式,默认为 SINGLE_PROCESS_MODE