OpenSerializer by G Open Source Project for LabVIEW - Toolkit for LabVIEW Download

Version | 1.2.1.16 |
Released | Jan 20, 2022 |
Publisher | G Open Source Project for LabVIEW |
License | 0-BSD |
LabVIEW Version | LabVIEW>=13.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage Repository |
Description
Serializer is a package serving as base class for serialization and deserialization of LabVIEW Data.
User are expected to extend the core to provide concrete implementation. The package contains one specific class to offer an example for text serialization.
*********
This library proposes an abstract Serializer class and supplements it with Serialzer.PlainText and Serializer.Plaintext.INI classes.
Examples of other serializers could be Serializer.JSON, Serializer.XML, etc.
Release Notes
[Fix #5] Unmarshalling of arrays and clusters with nested arrays now 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
[Fix #9] PlainText Cluster and Arrays deserialize decimal numbers correctly with enforcement of non-system decimal notation on non-US systems
[Fix #10] PlainText Serializer now correctly unmarshalls deeply nested clusters/arrays that contain multiple ] or } characters
Recent Posts
OpenSerializer presentation
This presentation introduces the OpenSerializer class for marshalling (serialization) and unmarshal… by Francois Normandin, 3 years ago, 0 |
|
LabVIEW Open Source Project Presentation
The LabVIEW Open Source Project is a collection of LabVIEW code in the best tradition of open sourc… by Francois Normandin, 3 years ago, 0 |
|