Describe the bug
Implementation of InBuffer::nextFloat(), InBuffer::nextDouble() and OutBuffer::add(float value), OutBuffer::add(double value) don't use byte order correction.
Expected behavior and actual behavior
Readed four byte FLOAT or eight byte DOUBLE corrected as expected for host platform.
Describe the bug Implementation of InBuffer::nextFloat(), InBuffer::nextDouble() and OutBuffer::add(float value), OutBuffer::add(double value) don't use byte order correction.
Expected behavior and actual behavior Readed four byte FLOAT or eight byte DOUBLE corrected as expected for host platform.