1.2.0 (2021-12-01) * Updated for serialization 1.6.0 (adds read/writeFixed16_16 and read/writeStringNullable) * Made blobs nullable * Better handling when continuing to call deserialization functions after encountering an error; functions will no longer return garbage values * Added BinaryDeserializationContext_errorBreak(), which provides a way to set a breakpoint on encountering a deserialization error 1.1.0 (2014-12-08) * Implemented readBlob and writeBlob (added in serialization 1.5.0) * Removed writeToBytes and writeToFile function pointers from BinarySerializationContext struct in preparation for stemobject 4.0.0 1.0.3 (2014-06-29) * Added support for modern Xcode/iOS SDK versions 1.0.2 (2013-12-25) * Updated for stemobject 3.1.0 (adds bool init returns) and serialization 1.3.0 (adds errorString) * Added 64-bit Windows and Linux support 1.0.1 (2012-02-21) * Added a missing public header * Fixed a bug that caused SERIALIZATION_ERROR_NULL_KEY to be reported while inside an array 1.0.0 (2012-02-12) * Initial version