thana
07/15/2020, 7:22 AMoverride val descriptor = SerialDescriptor("Agent") {
element<String>(type)
element<???>(content, isOptional = true)
}
Before migrating this to 0.20.0 i used encodeSerializableElement
for the second, optional parameter.
What type would i decalre on the element
for it?