jkbbwr
data class MyModel(val name: String, val age: Int) : Serializable { companion object { @JvmField val serialVersionUID: Long = 1L } }