NNKit
NNKit copied to clipboard
isa-swizzling class to give NSCopying to classes complying with NSCoding
Terrific hack idea via @zadr, -copy can be implemented with an encode/decode of self.
It is possible to implement NSSecureCoding this way as well, managing to completely defeat the intention of the thing. Not shipping that.