Код: Выделить всё
image/png
application/atom+xml
application/json;type=utfgrid
Код: Выделить всё
data class PropertyList(
@field:ElementList(name = "Entry", inline = true)
var entries: List = mutableListOf()
)
@Root(name = "Entry", strict = false)
class Entry(
@field:Text
var entry: String? = null
)
Код: Выделить всё
data class PropertyList(
@field:ElementList(name = "Entry", inline = true)
var entries: List = mutableListOf()
)
Подробнее здесь: https://stackoverflow.com/questions/756 ... on-android
Мобильная версия