Sign Up

JSONtext Object Serialization by PNR - Toolkit for LabVIEW Download

Object serialization strategies for JSONtext

Watch * 4 ↓1,455
 screenshot
Version1.0.3.24
ReleasedAug 06, 2023
Publisher PNR
License BSD-3-Clause
LabVIEW VersionLabVIEW>=17.0
Operating System Windows, Mac, and Linux
Dependencies jdp_science_jsontext   jdp_science_lib_common_utilities   pnr_lib_labview_composition  
Used By sas_lib_approval_tests  
Project links Homepage   Repository  

Description

This package provides object serialization strategies for JSONtext.

Object serialization ia a feature in JSONtext 1.5 and higher, which provides a class-based API to serialize objects from and to JSON. This package adds different strategies to the JSONtext palette.

Generic Object Serializer
Represents the entire inheritance hierarchy of an object as a single JSON object, optionally with type information for deserialization. Type information is produced by serialization binders, which can be replaced by custom implementations. The default serialization binder uses the fully qualified class name for the type name.

JSON Serializable Serializer
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 "{ }".

Release Notes

1.0.3.24 (Aug 06, 2023)

- [#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.

logmanoriginal was a contributor to this release


Download Package

Versions
All Contributors

  Post an Idea   Post a Resource

Recent Posts