NSValueCastable
public protocol NSValueCastable : Decodable
Provides a default implementation of decode() which casts the object to a NSValue and unsafely casts its value as Self.
-
decode(_:)
Extension methodUndocumented
Declaration
Swift
public static func decode(_ j: Any) throws -> Self