pub fn decode_value<T: DeserializeOwned>(
serializer: &SharedSerializer,
raw: &str,
) -> SaTokenResult<T>Expand description
Decode storage string; auto-detects JSON / binary magic | 解码存储字符串;自动探测 JSON / 二进制魔数
pub fn decode_value<T: DeserializeOwned>(
serializer: &SharedSerializer,
raw: &str,
) -> SaTokenResult<T>Decode storage string; auto-detects JSON / binary magic | 解码存储字符串;自动探测 JSON / 二进制魔数