Namespace Silverback.Messaging.BinaryMessages
Classes
BinaryMessageDeserializer<TModel>
Wraps the consumed bytes stream into an instance of TModel.
BinaryMessageHandlerConsumerBehavior
Switches to the BinaryMessageSerializer if the message being consumed is a binary message (according to the x-message-type header).
BinaryMessageHandlerProducerBehavior
Switches to the BinaryMessageSerializer if the message being produced implements the IBinaryMessage interface.
BinaryMessageSerializer
Handles the IBinaryMessage. It's not really a serializer, since the raw binary content is transmitted as-is.