Provide a way to override the default `serializer`
Closed this issue · 0 comments
chriscombs commented
Right now the Alamofire Extension uses a serializer that we hardcoded to only work with JSON. If we can provide a custom serializer (or even just a custom ResponseSerializerType
) then we can easily support XML or anything we want. As it is now, we have to copy-paste a lot of code into custom extensions to support XML