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
@@ -44,10 +44,11 @@ Represents the entire inheritance hierarchy of an object as a single JSON object
44
44
45
45
<b>JSON Serializable Serializer</b>
46
46
Only serializes classes that inherit from JSON Serializable that defines methods to serialize to JSON and deserialize from JSON to allow for better control over the serialization process. Objects that don't inherit from JSON Serializable will produce empty JSON objects "{ }".</Description>
<Release_Notes>- [#22] Changed minimum required version for JSONtext to 1.6.7. That version addresses an issue which resulted in incorrect values for numeric types with less than 32 bits.</Release_Notes>
50
+
<Release_Notes>- [#25] Changed minimum required version for LabVIEW Composition to 1.3.1. That version addressed an issue that resulted in errors when composing interfaces. ([@Niatross](https://github.com/Niatross))
51
+
- Changed minimum required version for JSONtext to 1.6.10.</Release_Notes>
51
52
</Description>
52
53
<Destinations>
53
54
<Toolkit_VIs>
@@ -168,6 +169,12 @@ Only serializes classes that inherit from JSON Serializable that defines methods
0 commit comments