Interface | Description |
---|---|
CompressedJsonable |
The serializer will compress the payload if the message class implements this
marker interface and the payload is larger than the configured
compress-larger-than value. |
Jsonable |
Marker interface for messages that are serialized as JSON.
|
Class | Description |
---|---|
JacksonJsonMigration |
Data migration of old formats to current format can
be implemented in a concrete subclass and configured to
be used by the
JacksonJsonSerializer for a changed class. |