Skip to content

Commit

Permalink
Formatting, marked as reviewed
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroservienti authored Jan 16, 2025
1 parent fe39808 commit 77dfdcb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions samples/serializers/multiple-deserializers/sample.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
---
title: Multiple Deserializers
summary: Using the AddDeserializer API to enable deserializing multiple formats.
reviewed: 2022-08-23
reviewed: 2025-01-16
component: Core
related:
- nservicebus/serialization
---


This sample uses the AddDeserializer API to illustrate a receiving endpoint deserializing multiple serialization formats.

This sample uses the `AddDeserializer` API to illustrate a receiving endpoint deserializing multiple serialization formats.

## Sending endpoints

Expand Down Expand Up @@ -41,7 +39,6 @@ Contains message definitions and a [message mutator](/nservicebus/pipeline/messa

snippet: outgoingmutator


## ReceivingEndpoint

The receiving endpoint references all the serializers used above and adds them using `AddDeserializer`
Expand Down

0 comments on commit 77dfdcb

Please sign in to comment.