snrostov
val list: List<String> = listOf("hello", "world")
inline fun <T: Any> DataOutput.write(obj: T)
out.write(list)
List