'How to solve serialisation on Dictionary<string,object> type problem
I have an issue with my complex message type which consists of Dictionary<string, object> property.
This property serialize as below example;
"mailParameters": { "RedirectUrlKey": { "valueKind": 3 }, "FirstName": { "valueKind": 3 }, "LastName": { "valueKind": 3 }, "MerchantName": { "valueKind": 3 }, "OrderTrackingLink": { "valueKind": 3 }}
I don't have the same issue with the 5.1.0 version of mass-transit in our .net framework application.
Is there any configuration or workaround to solve this problem?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
