decodeStructure
inline fun <T> Decoder.decodeStructure(descriptor: SerialDescriptor, crossinline block: CompositeDecoder.() -> T): T(source)
Begins a structure, decodes it using the given block, ends it and returns decoded element.
Begins a structure, decodes it using the given block, ends it and returns decoded element.