File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
samples/serializers/multiple-deserializers Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 11---
22title : Multiple Deserializers
33summary : Using the AddDeserializer API to enable deserializing multiple formats.
4- reviewed : 2022-08-23
4+ reviewed : 2025-01-16
55component : Core
66related :
77 - nservicebus/serialization
88---
99
10-
11- This sample uses the AddDeserializer API to illustrate a receiving endpoint deserializing multiple serialization formats.
12-
10+ This sample uses the ` AddDeserializer ` API to illustrate a receiving endpoint deserializing multiple serialization formats.
1311
1412## Sending endpoints
1513
@@ -41,7 +39,6 @@ Contains message definitions and a [message mutator](/nservicebus/pipeline/messa
4139
4240snippet: outgoingmutator
4341
44-
4542## ReceivingEndpoint
4643
4744The receiving endpoint references all the serializers used above and adds them using ` AddDeserializer `
You can’t perform that action at this time.
0 commit comments