mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
22bcac1eb5
This commit moves the JSON specific code to KotlinSerializationJsonDecoder, uses switchOnFirst operator to keep the existing behavior and derives the list serializer from the element one. Closes gh-36597