How to decode dictionary of dictionaries with NSSecureCoding
I have an existing iOS app with years of serialization using NSCoding. As NSCoding is deprecated in favor of NSSecureCoding, I’m switching over. Most data has been very straightforward, but I can’t figure how to decode dictionaries of dictionaries.