Contents

encodeCInt(_:forKey:)

Encodes a C integer value and associates it with the string key.

Declaration

func encodeCInt(_ value: Int32, forKey key: String)

Discussion

Subclasses must override this method if they perform keyed coding.

See Also

Related Documentation

Encoding General Data