Class Writeable

Defines an abstract class that represents a object that can be written to a file.

Abstract

Writeable

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

written: boolean

Methods

  • Serializes the object to a JSON object.

    Parameters

    • prefix: string

      A prefix to be used internally to identify the object.

    Returns any

    The serialized object as a JSON object.

    Abstract

    Memberof

    Writeable

Generated using TypeDoc