spring-framework/spring-webmvc
Iain Henderson b8243e6f84 Support CBOR and Protobuf with Kotlin Serialization
This commit introduces support for CBOR and Protobuf using Kotlin
serialization. Support comes in the form of Encoder/Decoder as well
as HttpMessageConverters. Seperate abstract base classes supply support
for binary and string (de)serialization.

The exising JSON codecs and message converters have been migrated to
use the new base classes.

Closes gh-27628
2022-10-06 13:51:50 +02:00
..
src Support CBOR and Protobuf with Kotlin Serialization 2022-10-06 13:51:50 +02:00
spring-webmvc.gradle Support context propagation for Spring MVC controllers 2022-10-06 12:43:54 +01:00