Contents

decodeInt64(forKey:)

Decodes and returns a 64-bit integer value that was previously encoded with Encodecint(_:forkey:), Encode(_:forkey:) 2dprz, Encode(_:forkey:) 5sk4z, or Encode(_:forkey:) Dixg and associated with the string key.

Declaration

func decodeInt64(forKey key: String) -> Int64

Discussion

Subclasses must override this method if they perform keyed coding.

See Also

Decoding General Data