Convert various 64-bit ints to strings
In v1.1.0, we moved from built-in node/iojs Buffers augmented with the ref module to ByteBuffers, but ByteBuffer represents 64-bit ints with a special Long (Long.js) class. This update converts those Longs to strings for compatibility with existing applications.