CRD2

Results 2 comments of CRD2

It is the code, it makes an invalid assumption that if two instances of a type are _semantically_ the same then NSKeyArchiver archives of them are semantically the same, this...

There isn't really "something else at work". Both NSKeyed(Un)Archiver & NSJSONSerialization encode and decode structures such that the decoded result is semantically equivalent to the original. They make no guarantees...