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

Do not check kind or discriminator collisions

Open sandwwraith opened this issue 1 year ago • 0 comments

for subclasses' polymorphic serializers if Json.classDiscriminatorMode is set to NONE.

This should simplify the code in situations where JSON is expected to be only sent and not parsed.

Fixes #2753 Fixes #1486

sandwwraith avatar Oct 10 '24 16:10 sandwwraith