NServiceBus Specify BinarySerializer for certain message types but not for all
Posted
by michael lucas
on Stack Overflow
See other posts from Stack Overflow
or by michael lucas
Published on 2010-05-15T14:34:19Z
Indexed on
2010/05/15
14:44 UTC
Read the original article
Hit count: 275
Does NServiceBus 2.0 allow for defining serializer for given message type?
I want for all but one of my messaages to be serialized using XmlSerializer. The remaining one should be serialized using BinarySerializer.
Is it possible with NServiceBus 2.0?
© Stack Overflow or respective owner