mapField

abstract fun mapField(descriptor: SdkFieldDescriptor, block: MapSerializer.() -> Unit)

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

Parameters

descriptor
block