Data serialization options passed to serializer.

Hierarchy

Properties

Properties

data?: Record<PropertyKey, unknown>

Custom serialization data.

This data can be used by serializers.

encodeURI?: ((this, value) => string)

Type declaration

    • (this, value): string
    • Parameters

      • this: void
      • value: string

      Returns string

Generated using TypeDoc