eDistantObject icon indicating copy to clipboard operation
eDistantObject copied to clipboard

NSSecureCoding instead of NSCoding

Open baxissimo opened this issue 7 years ago • 1 comments

Would it make sense for this project to use NSSecureCoding instead of NSCoding? I'm not sure what all the issues are surrounding this, I just know our code base has a test that tries to make sure all the classes we depend on DO NOT use NSCoding, and it is finding the NSCoding usages in this project.

baxissimo avatar Oct 11 '18 19:10 baxissimo

Yes. There wasn't an issue to not use NSSecureCoding but only for a quick serialization solution. If you have better solutions, any PR is welcomed!

wuhao5 avatar Oct 11 '18 20:10 wuhao5