MessageBus
.See: Description
Interface | Description |
---|---|
MultiTypeCodec<T> |
Interface for classes that perform both serialization and deserialization.
|
Class | Description |
---|---|
AbstractCodec<T> |
Support class providing convenience methods for codecs.
|
CompositeCodec<P> |
A codec that can delegate to one out of many codecs, depending on the type of the object to serialize/deserialize.
|
Exception | Description |
---|---|
SerializationException |
Thrown when something goes wrong with inter-module communication.
|
MessageBus
.