Tencent / MMKV

An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.
Other
17.1k stars 1.88k forks source link

能否提供getAll接口,返回Object类型value #1312

Closed CheerHarry closed 1 month ago

CheerHarry commented 1 month ago

目前存在一个问题,调用encodeString(key, value)存入字符串,然后调用decodeBool(key,defaultValue)返回值为true