Uses of Class
org.springframework.http.converter.KotlinSerializationBinaryHttpMessageConverter
Package
Description
Provides an HttpMessageConverter for the CBOR data format.
Provides an HttpMessageConverter implementation for handling
Google Protocol Buffers.
-
Uses of KotlinSerializationBinaryHttpMessageConverter in org.springframework.http.converter.cbor
Modifier and TypeClassDescriptionclass
Implementation ofHttpMessageConverter
that can read and write CBOR using kotlinx.serialization. -
Uses of KotlinSerializationBinaryHttpMessageConverter in org.springframework.http.converter.protobuf
Modifier and TypeClassDescriptionclass
Implementation ofHttpMessageConverter
that can read and write Protocol Buffers using kotlinx.serialization.