Serializer Samples
List of Samples
- Avro Serializer sample
NServiceBus sample that shows how to use the Avro serializer in an endpoint. - Multiple Deserializers
Using the AddDeserializer API to enable deserializing multiple formats. - Newtonsoft BSON Serializer
Using the Newtonsoft BSON serializer in an endpoint. - Newtonsoft JSON Serializer sample
NServiceBus sample that shows how to use the Newtonsoft JSON serializer in an endpoint. - System.Text.Json Serializer sample
NServiceBus sample that shows how to use the builtin System.Text.Json serializer in an endpoint. - Transition serialization formats
An approach for introducing a breaking change to message serialization with no downtime. - XML Serializer sample
NServiceBus sample that shows how to use the default NServiceBus XML serializer.
Related Articles
- Serialization
.NET messaging systems require serialization and deserialization of objects sent/received over transports. NServiceBus achieves this using serializers.