'How does NSDictionary serialization decides between 2 arrays (one of keys one for values) and one list of key/values?

When one nsdictionary is serialized (in plist) there are two options :

  • one boolean followed by two arrays (one for keys then the other for values)
  • a list of key/values entreies

http://www.monobjc.net/xib-file-format.html

How does serialization tools decide between the two ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source