node-hessian icon indicating copy to clipboard operation
node-hessian copied to clipboard

Corrected handling of double values with up to three decimal places

Open dirichs opened this issue 9 years ago • 0 comments

Deserialization of double values with code 0x5f was correct according to the Hessian specification, but the Java implementation does things differently. As I view it, this is a bug in the specification and the Java way should be used in all implementations.

dirichs avatar Mar 09 '17 16:03 dirichs