Open ninjandroid opened 6 years ago
Why this project use both NSObject / NSObject and then in Domain uses Codeable ??
NSObject
Codeable
https://github.com/sergdort/CleanArchitectureRxSwift/blob/master/NetworkPlatform/Entries/Post%2BMapping.swift
Hi, @ninjandroid
Because there was no Decodable back at that time when I was implementing it ¯_(ツ)_/¯
Decodable
So technically we could refactor it to use Decodable protocol instead of using NSCoding
NSCoding
Why this project use both
NSObject
/NSObject
and then in Domain usesCodeable
??https://github.com/sergdort/CleanArchitectureRxSwift/blob/master/NetworkPlatform/Entries/Post%2BMapping.swift