Skip to content

Commit

Permalink
[Fix #5] Unmarshalling of arrays and clusters with nested arrays now …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
francois-normandin committed Jan 15, 2022
1 parent 5d70f2f commit de4c631
Show file tree
Hide file tree
Showing 13 changed files with 296 additions and 320 deletions.
616 changes: 296 additions & 320 deletions Serializer.lvproj

Large diffs are not rendered by default.

Binary file modified _unittests/Serializer Test Suite.vi
Binary file not shown.
Binary file modified _unittests/Serializer.Text.INI/Test_serializerINI.vi
Binary file not shown.
Binary file modified _unittests/Serializer.Text/Test Serializer.Text.vi
Binary file not shown.
Binary file modified source/Serializer.INI/INI.Attributes to Variant.vi
Binary file not shown.
Binary file modified source/Serializer.INI/INIstringToVariant.vi
Binary file not shown.
Binary file modified source/Serializer.INI/VariantToINIstring.vi
Binary file not shown.
Binary file modified source/Serializer.INI/marshalling.vi
Binary file not shown.
Binary file modified source/Serializer.INI/unmarshalling.vi
Binary file not shown.
Binary file modified source/Serializer.PlainText/PlainTextToVariant.vi
Binary file not shown.
Binary file modified source/Serializer.PlainText/VariantToPlainText.vi
Binary file not shown.
Binary file modified source/Serializer.PlainText/marshalling.vi
Binary file not shown.
Binary file modified source/Serializer.PlainText/unmarshalling.vi
Binary file not shown.

0 comments on commit de4c631

Please sign in to comment.