Why class in function can't be serialized?

后端 未结 0 1642
遇见更好的自我
遇见更好的自我 2021-02-12 08:48

I tried write code like this.

object TestAPI {

    fun method1() {
        data class Param(
            val param: String
        )
        println("method         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题