Querylight TS Demo

serializeCompressedJson

Serializes any JSON-compatible value to gzipped UTF-8 bytes.

Back to docs search

Reference Entry

serializeCompressedJson

API Reference · foundation · order 16

Serializes any JSON-compatible value to gzipped UTF-8 bytes.

serializeCompressedJson

Serializes any JSON-compatible value to gzipped UTF-8 bytes.

Declaration

function serializeCompressedJson<T>(__namedParameters: SerializeCompressedJsonParams<T>): Uint8Array

Signatures

```ts function serializeCompressedJson(__namedParameters: SerializeCompressedJsonParams): Uint8Array ``` Serializes any JSON-compatible value to gzipped UTF-8 bytes.

Parameters

- `__namedParameters: SerializeCompressedJsonParams`