What file extension should be applied to NSCoder binary file format?

335 Views Asked by At

When using NSCoder and NSKeyedArchiver, I understand the data is stored in binary format. Therefore, what is the most appropriate file extension for a storage file? Many tutorials use .plist, but I believe this should be text property lists ~ key / value pairs.

1

There are 1 best solutions below

0
On BEST ANSWER

You would typically use a custom extension.