beginList

abstract fun beginList(descriptor: SdkFieldDescriptor): ListSerializer

Begin a list (i.e. in JSON this would be a '[') and return a ListSerializer that can be used to serialize the list's elements.

Parameters

descriptor

SdkFieldDescriptor of container for formats that require them.