mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
4ee0a8ee33
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