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
@@ -47,7 +47,8 @@ Examples of other serializers could be Serializer.JSON, Serializer.XML, etc.</D
47
47
<Release_Notes>[Fix #5] Unmarshalling of arrays and clusters with nested arrays now work for non-matching datatypes
48
48
[Fix #7] Serializing decimal points to enforce dot notation even for non-US systems (similar to JSON convention)
49
49
[Fix #8] Numerics of decimal types serialize with at least one decimal point after dot
50
-
[Fix #9] PlainText Cluster and Arrays deserialize decimal numbers correctly with enforcement of non-system decimal notation on non-US systems</Release_Notes>
50
+
[Fix #9] PlainText Cluster and Arrays deserialize decimal numbers correctly with enforcement of non-system decimal notation on non-US systems
51
+
[Fix #10] PlainText Serializer now correctly unmarshalls deeply nested clusters/arrays that contain multiple ] or } characters</Release_Notes>
51
52
</Description>
52
53
<Destinations>
53
54
<Toolkit_VIs>
@@ -338,7 +339,7 @@ Examples of other serializers could be Serializer.JSON, Serializer.XML, etc.</D
338
339
<Path>source\Serializer.INI</Path>
339
340
<VI_Title/>
340
341
</Items_Data>
341
-
<GUID>BCA7EEEA54D7E217525EC7A35C5F11EF</GUID>
342
+
<GUID>CBAE8A2C33324F2649B8A2F70092C5D4</GUID>
342
343
</Functions_Palette_Data>
343
344
<Functions_Palette_Data>
344
345
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -415,7 +416,7 @@ Examples of other serializers could be Serializer.JSON, Serializer.XML, etc.</D
0 commit comments