IMPORT_PATH: "@daiso-tech/core/serde/super-json-serde-adapter"

Implements

Constructors

Methods

  • Serializes the given value into a serialized representation. Converts runtime values to a format suitable for storage or transmission.

    Type Parameters

    • TValue

      The type of value being serialized

    Parameters

    • value: TValue

      The value to serialize (must be plain data, not custom class instances)

    Returns string

    The serialized representation of the value

    If serialization fails (circular references, unsupported types, etc.)