Package | Description |
---|---|
org.springframework.amqp.support.converter |
Provides classes for supporting message conversion.
|
Modifier and Type | Class and Description |
---|---|
class |
SerializerMessageConverter
Implementation of
MessageConverter that can work with Strings or native objects
of any kind via the Serializer and Deserializer abstractions in Spring. |
class |
SimpleMessageConverter
Implementation of
MessageConverter that can work with Strings, Serializable
instances, or byte arrays. |
Copyright © 2019. All rights reserved.