Grant Paul 0341195435 Simplify binary property list reading and writing.
- Move from C-style interface to C++-style interface.
 - Remove unnecessary layers of indirection for reading and writing
   buffers. The context is always writing to a buffer, so does not
   need support for generalized input and output.
 - Remove unnecessary layers of indirection for creating and writing
   property list objects.
 - Update test to avoid relying on literal strings using a specific
   encoding. Instead, embed the encoded UTF-8 as a byte sequence.
2016-12-14 17:01:15 -08:00
..