NSKeyedUnarchiver is working, at least for a few classes for which I’ve
implemented initWithCoder:. Promisingly encoding and decoding nested Swift
classes works, using name mangling we discussed yesterday.
It does use NSPropertyListSerialization to read the entire property list into
memory, whe
I believe we have been saying "Corelibs XCTest", but agree it would be nice to
have a standard labelling.
- Daniel
> On Dec 22, 2015, at 11:57 PM, Brian Gesiak via swift-corelibs-dev
> wrote:
>
> Hello all,
>
> I've been referring to the project hosted at
> https://github.com/apple/swift-co