Package io.micronaut.jms.serdes
Interface Serializer
- All Known Implementing Classes:
DefaultSerializerDeserializer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Serializes an object into a
Message
.- Since:
- 1.0.0
- Author:
- Elliott Pope
-
Method Summary
-
Method Details
-
serialize
Create a message from the body.- Parameters:
session
- the JMS sessionbody
- the message body- Returns:
- the message
-