···1313 * Notes for things that are not supported:
1414 * - Does not care about UTF-16 encoding support. Untested, but might work fine.
1515 * - Large files probably won't work due to the use of using regex to extract the <plist> data. Changing deserialization to use a streaming parser would address this if it is an issue.
1616- * - Binary data is ignored, and is untested.
1616+ * - Binary data is not implemented, and will throw an error.
1717 */
18181919/**