listField

abstract fun listField(descriptor: SdkFieldDescriptor, block: ListSerializer.() -> Unit)

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

Parameters

descriptor
block