Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plaintext Serializer should serialize floats with at least one decimal point #8

Closed
francois-normandin opened this issue Jan 15, 2022 · 1 comment

Comments

@francois-normandin
Copy link
Member

ex: Float 1 should serialize to "1.0" so that unmarshalling can detect it as a float.

francois-normandin added a commit that referenced this issue Jan 15, 2022
…work for non-matching datatypes

[Fix #7] Serializing decimal points to enforce dot notation even for non-US systems (similar to JSON convention)
[Fix #8] Numerics of decimal types serialize with at least one decimal point after dot
francois-normandin added a commit that referenced this issue Jan 17, 2022
…rshalling floating points

[Feature #8] Decimal numbers now always serialize with at least one number after the dot. Ex "1" ==> "1.0"
[Fix #9] Fixed the serializer to pass all unit tests with cluster of array and array of mismatched types.
@francois-normandin
Copy link
Member Author

implemented in 1.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant