ersran9

Results 4 comments of ersran9

I'm not sure why appveyor 8.6.5 and 8.8 is failing... anything we can do to fix it?

For any data format, a data type needs to be defined representing that format. Furthermore `Accept`, `Decode` and `Encode` instances have to be provided. If you look in the module...

We will soon bring in XML data type into the `WebApi.ContentTypes`. But still `Encode` and `Decode` instances will have to be provided.

I have updated the [gist](https://gist.github.com/ersran9/853d5f2d890a04b0c058336ee9266979) with missing definitions. Please note that there is no standard way of encoding to XML from data types. The user is free to use any...