An interface that marks implementing classes and objects as serializable with JSON.stringify.

See

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#tojson_behavior

Type Parameters

  • T

    the type of the value to serialize via JSON.stringify.

Hierarchy

  • Stack

Implements

Constructors

Properties

Accessors

Methods

Constructors

Properties

[toStringTag]: "Stack" = 'Stack'
items: T[] = []

Accessors

Methods

  • Returns Iterator<T, any, undefined>

Generated using TypeDoc