如何https://example.com?title=My+Title&description=My+Description在Android应用中使用KotlinX Serialization将URL“www.example.com“反序列化到下面的Kotlin对象中?
@Serializable
data class MyRecord(
val title: String,
val description: String
)
我找到了JSON反序列化的文档,但没有找到解码URL编码查询参数的文档。
1条答案
按热度按时间uqxowvwt1#
当参数包含
http url
时需要编码,否则无法识别gson