deserialize

fun <T> SerializerAwareValue<T>.deserialize(format: StringFormat, string: String)
fun <T> SerializerAwareValue<T>.deserialize(format: BinaryFormat, bytes: ByteArray)

使用 指定格式格式 反序列化 (更新) 一个 SerializerAwareValue