mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
ServerSentEvent and String checks, removed from KotlinSerializationSupport in Spring Framework 7.0, are reintroduced by this commit at the right level (KotlinSerializationSupport for ServerSentEvent and KotlinSerializationString(Decoder|Encoder) for String). Closes gh-35885