kotlinx.serialization icon indicating copy to clipboard operation
kotlinx.serialization copied to clipboard

Provide a guide on introspecting descriptors

Open sandwwraith opened this issue 1 year ago • 0 comments

Section https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/formats.md#custom-formats-experimental should also explain how to properly use SerialDescriptor.getElementDescriptors() to write a schema generator if you're authoring a serialization format with a schema.

sandwwraith avatar Apr 18 '24 13:04 sandwwraith