Contents

encodeBytes(_:length:forKey:)

Encodes a buffer of data, given its length and a pointer, and associates it with a string key.

Declaration

func encodeBytes(_ bytes: UnsafePointer<UInt8>?, length: Int, forKey key: String)

Discussion

Subclasses must override this method if they perform keyed coding.

See Also

Related Documentation

Encoding General Data