serializeList
inline fun Serializer.serializeList(sdkFieldDescriptor: SdkFieldDescriptor, crossinline block: ListSerializer.() -> Unit)
All elements of a list are expected to be serialized in the given block.
All elements of a list are expected to be serialized in the given block.