Add logic to use XML serialization/deserialization in protocol methods based on the content-type #5647
Labels
emitter:client:csharp
Issue for the C# client emitter: @typespec/http-client-csharp
If
Content-Type
isapplication/xml
, then we should use xml serialization. Will need to convert models to/from BinaryContent using the xml serialization.The text was updated successfully, but these errors were encountered: