Package | Description |
---|---|
org.springframework.messaging.converter |
Provides support for message conversion.
|
Modifier and Type | Class and Description |
---|---|
class |
GsonMessageConverter
Implementation of
MessageConverter that can read and write JSON
using Google Gson. |
class |
JsonbMessageConverter
Implementation of
MessageConverter that can read and write JSON
using the JSON Binding API. |
class |
KotlinSerializationJsonMessageConverter
Implementation of
MessageConverter that can read and write JSON
using kotlinx.serialization. |