Torsten Hoffmann

Results 2 issues of Torsten Hoffmann

## Summary This pull request addresses the issue where the `System.Decimal` type loses precision during serialization and deserialization when the value contains floating-point digits. ## Problem When serializing and deserializing...

## Problem When serializing and deserializing `System.Decimal` values, especially those with floating-point digits, there is a noticeable loss of precision. This can lead to incorrect values being processed in applications...