listEntry

abstract fun listEntry(key: String, listDescriptor: SdkFieldDescriptor, block: ListSerializer.() -> Unit)

Writes the field name given in the descriptor, and then serializes the list field using the given block.

Parameters

key
listDescriptor
block