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

379 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 answers

0
omz On BEST ANSWER

You would typically use a custom extension.