'RabbitMQ - XML string to C# Object

I am connecting to a RabbitMQ queue. Various messages are sent down this queue as XML strings. Each message could be one of many predefined types. What is the best way to convert from this XML string to a C# object when I do not know what th



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source