[swift-corelibs-dev] NSCoding methods

2015-12-12 Thread Daniel Strokis via swift-corelibs-dev
Hi All, I’ve noticed that for many classes in Foundation, encodeWithCoder and init?(coder aDecoder: NSCoder) call NSUnimplemented. Are these methods that just haven’t been implemented yet, or are we not interested in implementing these moving forward? Apologies if this has already been discuss

Re: [swift-corelibs-dev] NSCoding methods

2015-12-18 Thread Daniel Strokis via swift-corelibs-dev
> and verify the coding/decoding on all platforms. > >> On Dec 12, 2015, at 11:58 AM, Daniel Strokis via swift-corelibs-dev >> wrote: >> >> Hi All, >> >> I’ve noticed that for many classes in Foundation, encodeWithCoder and >> init?(coder aDec