Rhopoint Appearance Elements Help Help

Decompression and parsing of data

The Data byte array may be compressed using the gzip algorithm. Once decompressed, it is a CBOR container containing a collection of MeasurementComponentMetaTuple objects.

Steps to parse the data

  1. Decompress the Data byte array (if Compression is not "none").

  2. Deserialize the decompressed data using a CBOR parser.

  3. Interpret the data based on the Format value. For now, this is always a collection of MeasurementComponentMetaTuple.

Last modified: 29 January 2025