The ByteBufferSerializer modifies the resulting buffer's position. The reason this wasn't caught by the existing test is because ByteBuffer.allocate(8).putLong(123456) also modifies the buffer's position.
- links to
The ByteBufferSerializer modifies the resulting buffer's position. The reason this wasn't caught by the existing test is because ByteBuffer.allocate(8).putLong(123456) also modifies the buffer's position.