| 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 | Deprecated
Use akka.serialization.jackson.JacksonMigration instead.
|