AckeeCZ / ACKReactiveExtensions

Set of useful extensions for ReactiveSwift & ReactiveCocoa
MIT License
17 stars 4 forks source link

Use `MappingError` in Marshal extensions #50

Closed olejnjak closed 6 months ago

olejnjak commented 3 years ago

As we do not like the force cast of error, we should use generic MappingError also for Marshal extensions (in the same way we do it for Codable)

https://github.com/AckeeCZ/ACKReactiveExtensions/blob/d7ced4c5e685a56099187d31542a302f9109a0fa/ACKReactiveExtensions/Marshal/MarshalMapping.swift#L61

olejnjak commented 6 months ago

Marshal extensions deprecated