Using 1.1.67.android
my kotlin code
data class TT(val t: UUID)
JSON.parseObject("{\"t\":\"c4a73dc9-5cf3-48fc-8a96-6c6c5ff4588b\"}", TT::class.java)?.let {
Log.w(TAG, "r tt:${it.t}")
}
get exception when parseObject()
Cannot deserialized from string to UUID
暂无答案!
目前还没有任何答案,快来回答吧!