SerenityJS
    Preparing search index...

    Hierarchy

    • DataType
      • ModalFormData
    Index

    Constructors

    Methods

    Constructors

    • Creates a new data type.

      Parameters

      • ..._arguments_: unknown[]

      Returns ModalFormData

    Methods

    • Reads the data type from a binary stream.

      Parameters

      • stream: BinaryStream
      • _endian: Endianness

        The endianness to use.

      • response: boolean

      Returns null | string

      The data type.

    • Writes the data type to a binary stream.

      Parameters

      • stream: BinaryStream
      • value: null | string
      • _endian: Endianness

        The endianness to use.

      • response: boolean

      Returns void