You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…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
…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.
ex: Float 1 should serialize to "1.0" so that unmarshalling can detect it as a float.
The text was updated successfully, but these errors were encountered: