ansman
08/31/2019, 11:07 PMoverride val descriptor: SerialDescriptor = object : SerialClassDescImpl("Point") {
override val kind: SerialKind get() = StructureKind.LIST
init {
addElement("x")
addElement("y")
}
}
which I’m unsure is the way to go