By Apple specs., when a class support NSSecureCoding
, it should use
decodeObjectOfClass:forKey:
in it's initWithCoder
but as the dictionary has no clue about it's content, how can it support secure coding?
in contrary to a custom object, where the property classes are known