tristanhimmelman / AlamofireObjectMapper

An Alamofire extension which converts JSON response data into swift objects using ObjectMapper
MIT License
2.66k stars 474 forks source link

Feature/alamofire5 #263

Closed carlosmouracorreia closed 5 years ago

carlosmouracorreia commented 5 years ago

Possible improvement is to only have a MappableResponseSerializer (instead of 4 different classes) and have the serialize function to accept a callback parameter or have conditional logic for each of the following accepted serialisers:

carlosmouracorreia commented 5 years ago

Removed previous 4 serialisers into only 2:

ObjectMapperSerializer ObjectMapperArraySerializer

carlosmouracorreia commented 5 years ago

@tristanhimmelman any possibility to check this soon? thank you!