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 method

    Undocumented

    Declaration

    Swift

    public static func decode(_ j: Any) throws -> Self